class DeviceQueryResponse

Defined at line 2735 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/cpp/fidl/fuchsia.gpu.magma/cpp/wire_types.h

Public Methods

void DeviceQueryResponse ()
void ~DeviceQueryResponse ()
void DeviceQueryResponse (DeviceQueryResponse && other)
DeviceQueryResponse & operator= (DeviceQueryResponse && other)
bool has_invalid_tag ()
bool is_simple_result ()
DeviceQueryResponse WithSimpleResult (::fidl::ObjectView<uint64_t> val)
template <typename... Args>
DeviceQueryResponse WithSimpleResult (::fidl::AnyArena & allocator, Args &&... args)

Defined at line 2756 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/cpp/fidl/fuchsia.gpu.magma/cpp/wire_types.h

uint64_t & simple_result ()
const uint64_t & simple_result ()
bool is_buffer_result ()
DeviceQueryResponse WithBufferResult (::zx::vmo val)
::zx::vmo & buffer_result ()
const ::zx::vmo & buffer_result ()
::fuchsia_gpu_magma::wire::DeviceQueryResponse::Tag Which ()
void _CloseHandles ()

Enumerations

enum Tag
Name Value
kSimpleResult 1
kBufferResult 2

Defined at line 2744 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/cpp/fidl/fuchsia.gpu.magma/cpp/wire_types.h