Home
last modified time | relevance | path

Searched defs:NanopbMethodUnion (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_rpc/nanopb/
Dnanopb_method_union_test.cc91 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
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/internal/
Dnanopb_method_union.h26 constexpr NanopbMethodUnion(RawMethod&& method) in NanopbMethodUnion() function
28 constexpr NanopbMethodUnion(NanopbMethod&& method) in NanopbMethodUnion() function