class Value
Defined at line 592 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/hlcpp/fuchsia/tee/cpp/fidl.h
Represents a direct value parameter.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const ::fuchsia::tee::Direction & direction ()
Defined at line 598 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/hlcpp/fuchsia/tee/cpp/fidl.h
bool has_direction ()
Defined at line 602 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/hlcpp/fuchsia/tee/cpp/fidl.h
::fuchsia::tee::Direction * mutable_direction ()
Defined at line 606 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/hlcpp/fuchsia/tee/cpp/fidl.h
void clear_direction ()
Defined at line 614 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/hlcpp/fuchsia/tee/cpp/fidl.h
const uint64_t & a ()
This value is optional. If not set, a zero value is sent in its place if it is required by
the calling convention.
Defined at line 624 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/hlcpp/fuchsia/tee/cpp/fidl.h
bool has_a ()
Defined at line 628 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/hlcpp/fuchsia/tee/cpp/fidl.h
uint64_t * mutable_a ()
This value is optional. If not set, a zero value is sent in its place if it is required by
the calling convention.
Defined at line 634 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/hlcpp/fuchsia/tee/cpp/fidl.h
void clear_a ()
Defined at line 642 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/hlcpp/fuchsia/tee/cpp/fidl.h
const uint64_t & b ()
This value is optional. If not set, a zero value is sent in its place if it is required by
the calling convention.
Defined at line 652 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/hlcpp/fuchsia/tee/cpp/fidl.h
bool has_b ()
Defined at line 656 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/hlcpp/fuchsia/tee/cpp/fidl.h
uint64_t * mutable_b ()
This value is optional. If not set, a zero value is sent in its place if it is required by
the calling convention.
Defined at line 662 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/hlcpp/fuchsia/tee/cpp/fidl.h
void clear_b ()
Defined at line 670 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/hlcpp/fuchsia/tee/cpp/fidl.h
const uint64_t & c ()
This value is optional. If not set, a zero value is sent in its place if it is required by
the calling convention.
Defined at line 680 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/hlcpp/fuchsia/tee/cpp/fidl.h
bool has_c ()
Defined at line 684 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/hlcpp/fuchsia/tee/cpp/fidl.h
uint64_t * mutable_c ()
This value is optional. If not set, a zero value is sent in its place if it is required by
the calling convention.
Defined at line 690 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/hlcpp/fuchsia/tee/cpp/fidl.h
void clear_c ()
Defined at line 698 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/hlcpp/fuchsia/tee/cpp/fidl.h
Value & set_direction (::fuchsia::tee::Direction _value)
Value & set_a (uint64_t _value)
Value & set_b (uint64_t _value)
Value & set_c (uint64_t _value)
void Value ()
void Value (Value && other)
void ~Value ()
Value & operator= (Value && other)
::std::unique_ptr<Value> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Value * _value, size_t _offset)
zx_status_t Clone (Value * _result)