Searched defs:RawUnaryResponder (Results 1 – 8 of 8) sorted by relevance
/external/pigweed/pw_rpc/raw/ |
D | server_reader_writer_test.cc | 36 static void TestUnaryRpc(ConstByteSpan, RawUnaryResponder&) {} in TestUnaryRpc() argument 38 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) {} in TestAnotherUnaryRpc() argument 62 TEST(RawUnaryResponder, DefaultConstructed) { in TEST() argument 110 TEST(RawUnaryResponder, Closed) { in TEST() argument 124 TEST(RawUnaryResponder, TryCloseFailed) { in TEST() argument 136 TEST(RawUnaryResponder, TryCloseSuccessful) { in TEST() argument 154 TEST(RawUnaryResponder, FinishCallback_Successful) { in TEST() argument 176 TEST(RawUnaryResponder, TryFinishCallback_Successful) { in TEST() argument 198 TEST(RawUnaryResponder, TryFinishCallback_ChannelError) { in TEST() argument 363 TEST(RawUnaryResponder, Open_ReturnsUsableResponder) { in TEST() argument [all …]
|
D | method_test.cc | 43 void Unary(ConstByteSpan, RawUnaryResponder&) {} in Unary() argument 45 static void StaticUnary(ConstByteSpan, RawUnaryResponder&) {} in StaticUnary() argument 47 void AsyncUnary(ConstByteSpan, RawUnaryResponder&) {} in AsyncUnary() argument 49 static void StaticAsyncUnary(ConstByteSpan, RawUnaryResponder&) {} in StaticAsyncUnary() argument
|
D | method_info_test.cc | 31 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) {} in TestAnotherUnaryRpc() argument
|
D | method_union_test.cc | 51 void DoNothing(ConstByteSpan, RawUnaryResponder&) {} in DoNothing() argument
|
D | codegen_test.cc | 188 static void TestUnaryRpc(ConstByteSpan, RawUnaryResponder&) {} in TestUnaryRpc() argument 190 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) {} in TestAnotherUnaryRpc() argument
|
/external/pigweed/pw_rpc/public/pw_rpc/ |
D | server.h | 112 friend class RawUnaryResponder; variable
|
/external/pigweed/pw_rpc/pwpb/ |
D | method_lookup_test.cc | 67 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) { in TestAnotherUnaryRpc() argument
|
/external/pigweed/pw_rpc/nanopb/ |
D | method_lookup_test.cc | 65 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) { in TestAnotherUnaryRpc() argument
|