class StorageStatus
Defined at line 7621 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
Metadata about status of the storage
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const uint64_t & total_size ()
Defined at line 7627 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
bool has_total_size ()
Defined at line 7631 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
uint64_t * mutable_total_size ()
Defined at line 7635 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void clear_total_size ()
Defined at line 7643 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
StorageStatus & set_total_size (uint64_t _value)
const uint64_t & used_size ()
Defined at line 7651 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
bool has_used_size ()
Defined at line 7655 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
uint64_t * mutable_used_size ()
Defined at line 7659 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void clear_used_size ()
Defined at line 7667 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
StorageStatus & set_used_size (uint64_t _value)
void StorageStatus ()
void StorageStatus (StorageStatus && other)
void ~StorageStatus ()
StorageStatus & operator= (StorageStatus && other)
::std::unique_ptr<StorageStatus> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, StorageStatus * _value, size_t _offset)
zx_status_t Clone (StorageStatus * _result)