class SecureHeapRange

Defined at line 3515 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.

const uint64_t & physical_address ()

Must be aligned to at least heap_range_granularity.

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

bool has_physical_address ()

Defined at line 3526 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 3531 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/hlcpp/fuchsia/sysmem/cpp/fidl.h

void clear_physical_address ()

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

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

Must be aligned to at least heap_range_granularity.

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

bool has_size_bytes ()

Defined at line 3552 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 3557 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/hlcpp/fuchsia/sysmem/cpp/fidl.h

void clear_size_bytes ()

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

SecureHeapRange & set_size_bytes (uint64_t _value)
void SecureHeapRange ()
void SecureHeapRange (SecureHeapRange && other)
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)