template <bool IsRecursive>

struct WireCodingTraits

Defined at line 83 of file ../../src/lib/fidl/llcpp/tests/transport/socket_integration_test.cc

Public Members

static const size_t kInlineSize

Public Methods

void Encode (fidl::internal::WireEncoder * encoder, TwoWayResponseBody * value, fidl::internal::WirePosition position, RecursionDepth<IsRecursive> recursion_depth)

Defined at line 88 of file ../../src/lib/fidl/llcpp/tests/transport/socket_integration_test.cc

void Decode (fidl::internal::WireDecoder * decoder, fidl::internal::WirePosition position, RecursionDepth<IsRecursive> recursion_depth)

Defined at line 93 of file ../../src/lib/fidl/llcpp/tests/transport/socket_integration_test.cc