Home
last modified time | relevance | path

Searched refs:NanopbMethodUnion (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_rpc/nanopb/
Dnanopb_method_union_test.cc34 static constexpr std::array<NanopbMethodUnion, 4> kMethods = {
91 TEST(NanopbMethodUnion, Raw_CallsUnaryMethod) { in TEST() argument
101 TEST(NanopbMethodUnion, Raw_CallsServerStreamingMethod) { in TEST() argument
117 TEST(NanopbMethodUnion, Nanopb_CallsUnaryMethod) { in TEST() argument
141 TEST(NanopbMethodUnion, Nanopb_CallsServerStreamingMethod) { in TEST() argument
Dnanopb_method_test.cc154 static constexpr std::array<NanopbMethodUnion, 3> kMethods = {
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/internal/
Dnanopb_method_union.h24 class NanopbMethodUnion : public MethodUnion {
26 constexpr NanopbMethodUnion(RawMethod&& method) in NanopbMethodUnion() function
28 constexpr NanopbMethodUnion(NanopbMethod&& method) in NanopbMethodUnion() function