template <bool IsRecursive>
struct WireCodingTraits
Defined at line 116 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, TwoWayResponse * value, fidl::internal::WirePosition position, RecursionDepth<IsRecursive> recursion_depth)
Defined at line 121 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 126 of file ../../src/lib/fidl/llcpp/tests/transport/socket_integration_test.cc