Home
last modified time | relevance | path

Searched defs:RawUnaryResponder (Results 1 – 8 of 8) sorted by relevance

/external/pigweed/pw_rpc/raw/
Dserver_reader_writer_test.cc36 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 …]
Dmethod_test.cc43 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
Dmethod_info_test.cc31 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) {} in TestAnotherUnaryRpc() argument
Dmethod_union_test.cc51 void DoNothing(ConstByteSpan, RawUnaryResponder&) {} in DoNothing() argument
Dcodegen_test.cc188 static void TestUnaryRpc(ConstByteSpan, RawUnaryResponder&) {} in TestUnaryRpc() argument
190 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) {} in TestAnotherUnaryRpc() argument
/external/pigweed/pw_rpc/public/pw_rpc/
Dserver.h112 friend class RawUnaryResponder; variable
/external/pigweed/pw_rpc/pwpb/
Dmethod_lookup_test.cc67 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) { in TestAnotherUnaryRpc() argument
/external/pigweed/pw_rpc/nanopb/
Dmethod_lookup_test.cc65 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) { in TestAnotherUnaryRpc() argument