class HandleValue

Defined at line 268 of file ../../src/lib/fidl_codec/wire_object.h

A handle.

Public Methods

bool NeedsToLoadHandleInfo (int64_t timestamp, zx_koid_t tid, semantic::HandleSemantic * handle_semantic)

Defined at line 149 of file ../../src/lib/fidl_codec/wire_object.cc

size_t DisplaySize (const Type * for_type, size_t remaining_size)

Defined at line 157 of file ../../src/lib/fidl_codec/wire_object.cc

void PrettyPrint (const Type * for_type, PrettyPrinter & printer)

Defined at line 161 of file ../../src/lib/fidl_codec/wire_object.cc

void Visit (Visitor * visitor, const Type * for_type)

Defined at line 165 of file ../../src/lib/fidl_codec/wire_object.cc

void HandleValue (const zx_handle_disposition_t & handle)

Defined at line 270 of file ../../src/lib/fidl_codec/wire_object.h

const zx_handle_disposition_t & handle ()

Defined at line 272 of file ../../src/lib/fidl_codec/wire_object.h

const HandleValue * AsHandleValue ()

Defined at line 274 of file ../../src/lib/fidl_codec/wire_object.h