Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_rpc/pwpb/
H A Dmethod_union_test.cc98 TEST(PwpbMethodUnion, Raw_CallsUnaryMethod) { in TEST() argument
109 TEST(PwpbMethodUnion, Raw_CallsServerStreamingMethod) { in TEST() argument
127 TEST(PwpbMethodUnion, Pwpb_CallsUnaryMethod) { in TEST() argument
154 TEST(PwpbMethodUnion, Pwpb_CallsServerStreamingMethod) { in TEST() argument
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/internal/
H A Dmethod_union.h26 constexpr PwpbMethodUnion(RawMethod&& method) in PwpbMethodUnion() function
28 constexpr PwpbMethodUnion(PwpbMethod&& method) in PwpbMethodUnion() function