/aosp_15_r20/external/pigweed/pw_rpc/nanopb/ |
H A D | method_lookup_test.cc | 31 void TestAnotherUnaryRpc(const pw_rpc_test_TestRequest&, in TestAnotherUnaryRpc() function in pw::rpc::__anon5480a98f0111::MixedService1 65 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) { in TestAnotherUnaryRpc() function in pw::rpc::__anon5480a98f0111::MixedService2
|
H A D | method_info_test.cc | 33 void TestAnotherUnaryRpc(const pw_rpc_test_TestRequest&, in TestAnotherUnaryRpc() function in pw::rpc::internal::__anon413cdfc10111::TestService
|
H A D | server_callback_test.cc | 35 Status TestAnotherUnaryRpc(const pw_rpc_test_TestRequest&, in TestAnotherUnaryRpc() function in pw::rpc::__anon39ca31f80111::TestServiceImpl
|
H A D | client_server_context_threaded_test.cc | 37 Status TestAnotherUnaryRpc(const pw_rpc_test_TestRequest& request, in TestAnotherUnaryRpc() function in pw::rpc::__anon1a402c6e0111::TestService
|
H A D | client_server_context_test.cc | 34 Status TestAnotherUnaryRpc(const pw_rpc_test_TestRequest& request, in TestAnotherUnaryRpc() function in pw::rpc::__anon80cb842e0111::TestService
|
H A D | client_call_test.cc | 57 static NanopbUnaryReceiver<pw_rpc_test_TestResponse> TestAnotherUnaryRpc( in TestAnotherUnaryRpc() function in pw::rpc::__anon477083ef0111::FakeGeneratedServiceClient
|
H A D | codegen_test.cc | 38 void TestAnotherUnaryRpc( in TestAnotherUnaryRpc() function in pw::rpc::test::TestService
|
H A D | server_reader_writer_test.cc | 36 void TestAnotherUnaryRpc(const pw_rpc_test_TestRequest&, in TestAnotherUnaryRpc() function in pw::rpc::__anonfa544afa0111::TestServiceImpl
|
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/ |
H A D | method_lookup_test.cc | 35 void TestAnotherUnaryRpc(const TestRequest::Message&, in TestAnotherUnaryRpc() function in pw::rpc::__anonbe209b4a0111::MixedService1 67 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) { in TestAnotherUnaryRpc() function in pw::rpc::__anonbe209b4a0111::MixedService2
|
H A D | method_info_test.cc | 42 void TestAnotherUnaryRpc(const test::TestRequest::Message&, in TestAnotherUnaryRpc() function in pw::rpc::__anone52f26bc0111::TestService
|
H A D | server_callback_test.cc | 39 Status TestAnotherUnaryRpc(const TestRequest::Message&, in TestAnotherUnaryRpc() function in pw::rpc::__anon8b2d7e730111::TestServiceImpl
|
H A D | client_server_context_threaded_test.cc | 46 Status TestAnotherUnaryRpc(const TestRequest::Message& request, in TestAnotherUnaryRpc() function in pw::rpc::test::TestService
|
H A D | client_server_context_test.cc | 44 Status TestAnotherUnaryRpc(const TestRequest::Message& request, in TestAnotherUnaryRpc() function in pw::rpc::test::TestService
|
H A D | client_call_test.cc | 61 static PwpbUnaryReceiver<TestResponse::Message> TestAnotherUnaryRpc( in TestAnotherUnaryRpc() function in pw::rpc::__anoneb62caea0111::FakeGeneratedServiceClient
|
H A D | synchronous_call_test.cc | 56 Status TestAnotherUnaryRpc(const TestRequest::Message& /*request*/, in TestAnotherUnaryRpc() function in pw::rpc::test::__anonbae1a1760111::TestServiceImpl
|
H A D | codegen_test.cc | 38 void TestAnotherUnaryRpc( in TestAnotherUnaryRpc() function in pw::rpc::test::TestService
|
H A D | server_reader_writer_test.cc | 39 void TestAnotherUnaryRpc(const TestRequest::Message&, in TestAnotherUnaryRpc() function in pw::rpc::__anon08919c550111::TestServiceImpl
|
/aosp_15_r20/external/pigweed/pw_rpc/raw/ |
H A D | codegen_test.cc | 82 void TestAnotherUnaryRpc(ConstByteSpan request, in TestAnotherUnaryRpc() function in pw::rpc::test::TestService 190 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) {} in TestAnotherUnaryRpc() function in pw::rpc::test::NoPackageTestService
|
H A D | method_info_test.cc | 31 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) {} in TestAnotherUnaryRpc() function in pw::rpc::internal::__anon4f06dd0d0111::TestService
|
H A D | server_reader_writer_test.cc | 38 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) {} in TestAnotherUnaryRpc() function in pw::rpc::__anon3ecdfdc60111::TestServiceImpl
|
/aosp_15_r20/external/pigweed/pw_rpc/pw_rpc_test_protos/ |
H A D | no_package.proto | 37 rpc TestAnotherUnaryRpc(PwRpcTestRequest) returns (PwRpcTestResponse); rpc
|
H A D | test.proto | 37 rpc TestAnotherUnaryRpc(TestRequest) returns (TestResponse); rpc
|