class SecureHeapRange

Defined at line 3516 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/hlcpp/fuchsia/sysmem/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

void SecureHeapRange ()
void SecureHeapRange (SecureHeapRange && other)
const uint64_t & physical_address ()

Must be aligned to at least heap_range_granularity.

Defined at line 3523 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/hlcpp/fuchsia/sysmem/cpp/fidl.h

bool has_physical_address ()

Defined at line 3527 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/hlcpp/fuchsia/sysmem/cpp/fidl.h

uint64_t * mutable_physical_address ()

Must be aligned to at least heap_range_granularity.

Defined at line 3532 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/hlcpp/fuchsia/sysmem/cpp/fidl.h

void clear_physical_address ()

Defined at line 3540 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/hlcpp/fuchsia/sysmem/cpp/fidl.h

void clear_size_bytes ()

Defined at line 3566 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/hlcpp/fuchsia/sysmem/cpp/fidl.h

SecureHeapRange & set_physical_address (uint64_t _value)
SecureHeapRange & set_size_bytes (uint64_t _value)
const uint64_t & size_bytes ()

Must be aligned to at least heap_range_granularity.

Defined at line 3549 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/hlcpp/fuchsia/sysmem/cpp/fidl.h

bool has_size_bytes ()

Defined at line 3553 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/hlcpp/fuchsia/sysmem/cpp/fidl.h

uint64_t * mutable_size_bytes ()

Must be aligned to at least heap_range_granularity.

Defined at line 3558 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/hlcpp/fuchsia/sysmem/cpp/fidl.h

void ~SecureHeapRange ()
SecureHeapRange & operator= (SecureHeapRange && other)
::std::unique_ptr<SecureHeapRange> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SecureHeapRange * _value, size_t _offset)
zx_status_t Clone (SecureHeapRange * _result)