class ComposedEchoUnionResponseWithErrorComposedResponse
Defined at line 263 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/cpp/fidl/fidl.test.imported/cpp/wire_types.h
Public Methods
void ComposedEchoUnionResponseWithErrorComposedResponse ()
void ComposedEchoUnionResponseWithErrorComposedResponse (const ComposedEchoUnionResponseWithErrorComposedResponse & )
Defined at line 267 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/cpp/fidl/fidl.test.imported/cpp/wire_types.h
ComposedEchoUnionResponseWithErrorComposedResponse & operator= (const ComposedEchoUnionResponseWithErrorComposedResponse & )
Defined at line 268 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/cpp/fidl/fidl.test.imported/cpp/wire_types.h
void ComposedEchoUnionResponseWithErrorComposedResponse (ComposedEchoUnionResponseWithErrorComposedResponse && )
Defined at line 269 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/cpp/fidl/fidl.test.imported/cpp/wire_types.h
bool has_invalid_tag ()
bool is_unsigned_ ()
ComposedEchoUnionResponseWithErrorComposedResponse WithUnsigned_ (::fidl::ObjectView<uint64_t> val)
ComposedEchoUnionResponseWithErrorComposedResponse & operator= (ComposedEchoUnionResponseWithErrorComposedResponse && )
Defined at line 270 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/cpp/fidl/fidl.test.imported/cpp/wire_types.h
template <typename... Args>
ComposedEchoUnionResponseWithErrorComposedResponse WithUnsigned_ (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 284 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/cpp/fidl/fidl.test.imported/cpp/wire_types.h
uint64_t & unsigned_ ()
const uint64_t & unsigned_ ()
bool is_signed_ ()
ComposedEchoUnionResponseWithErrorComposedResponse WithSigned_ (::fidl::ObjectView<int64_t> val)
template <typename... Args>
ComposedEchoUnionResponseWithErrorComposedResponse WithSigned_ (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 298 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/cpp/fidl/fidl.test.imported/cpp/wire_types.h
int64_t & signed_ ()
const int64_t & signed_ ()
::fidl_test_imported::wire::ComposedEchoUnionResponseWithErrorComposedResponse::Tag Which ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kUnsigned | 1 |
| kSigned | 2 |
Defined at line 272 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/cpp/fidl/fidl.test.imported/cpp/wire_types.h