Searched refs:NanopbMethodUnion (Results 1 – 3 of 3) sorted by relevance
34 static constexpr std::array<NanopbMethodUnion, 4> kMethods = {91 TEST(NanopbMethodUnion, Raw_CallsUnaryMethod) { in TEST() argument101 TEST(NanopbMethodUnion, Raw_CallsServerStreamingMethod) { in TEST() argument117 TEST(NanopbMethodUnion, Nanopb_CallsUnaryMethod) { in TEST() argument141 TEST(NanopbMethodUnion, Nanopb_CallsServerStreamingMethod) { in TEST() argument
154 static constexpr std::array<NanopbMethodUnion, 3> kMethods = {
24 class NanopbMethodUnion : public MethodUnion {26 constexpr NanopbMethodUnion(RawMethod&& method) in NanopbMethodUnion() function28 constexpr NanopbMethodUnion(NanopbMethod&& method) in NanopbMethodUnion() function