class SecureHeapRange

Defined at line 9087 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/hlcpp/fuchsia/sysmem2/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 9094 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/hlcpp/fuchsia/sysmem2/cpp/fidl.h

bool has_physical_address ()

Defined at line 9098 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/hlcpp/fuchsia/sysmem2/cpp/fidl.h

uint64_t * mutable_physical_address ()

Must be aligned to at least heap_range_granularity.

Defined at line 9103 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/hlcpp/fuchsia/sysmem2/cpp/fidl.h

void clear_physical_address ()

Defined at line 9111 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/hlcpp/fuchsia/sysmem2/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 9120 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/hlcpp/fuchsia/sysmem2/cpp/fidl.h

bool has_size_bytes ()

Defined at line 9124 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/hlcpp/fuchsia/sysmem2/cpp/fidl.h

uint64_t * mutable_size_bytes ()

Must be aligned to at least heap_range_granularity.

Defined at line 9129 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/hlcpp/fuchsia/sysmem2/cpp/fidl.h

void clear_size_bytes ()

Defined at line 9137 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/hlcpp/fuchsia/sysmem2/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)