class AllocatorGetVmoInfoRequest
Defined at line 1191 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 ::zx::vmo & vmo ()
`vmo` is required to be set; ownership is transferred to the server
so in most cases a client will duplicate a handle and transfer the
duplicate via this field.
Defined at line 1200 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/hlcpp/fuchsia/sysmem2/cpp/fidl.h
bool has_vmo ()
Defined at line 1204 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/hlcpp/fuchsia/sysmem2/cpp/fidl.h
::zx::vmo * mutable_vmo ()
`vmo` is required to be set; ownership is transferred to the server
so in most cases a client will duplicate a handle and transfer the
duplicate via this field.
Defined at line 1211 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/hlcpp/fuchsia/sysmem2/cpp/fidl.h
void clear_vmo ()
Defined at line 1219 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/hlcpp/fuchsia/sysmem2/cpp/fidl.h
AllocatorGetVmoInfoRequest & set_vmo (::zx::vmo _value)
void AllocatorGetVmoInfoRequest ()
void AllocatorGetVmoInfoRequest (AllocatorGetVmoInfoRequest && other)
void ~AllocatorGetVmoInfoRequest ()
AllocatorGetVmoInfoRequest & operator= (AllocatorGetVmoInfoRequest && other)
::std::unique_ptr<AllocatorGetVmoInfoRequest> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, AllocatorGetVmoInfoRequest * _value, size_t _offset)
zx_status_t Clone (AllocatorGetVmoInfoRequest * _result)