tree: 6fa20387e7665dd357fa78e2b33faa5568a289d2 [path history] [tgz]
  1. BUILD.gn
  2. encoded_test.cc
  3. linearized.test.fidl
  4. outgoing_message_test.cc
  5. outgoing_to_incoming_message_test.cc
  6. README.md
src/lib/fidl/llcpp/tests/message_container/README.md

Message container tests

These cover the various LLCPP “message” classes and utilities, which are responsible for encoding/decoding FIDL values and sometimes allocating storage for them:

  • fidl::OutgoingMessage
  • fidl::OutgoingMessage
  • fidl::OutgoingIovecMessage
  • fidl::OwnedEncodedMessage<Foo>
  • fidl::UnownedEncodedMessage<Foo>
  • fidl::OutgoingToIncomingMessage
  • ...