Home
last modified time | relevance | path

Searched defs:EmptyCall (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/grpc-grpc/doc/
H A Dinterop-test-descriptions.md1294 ### EmptyCall subsection
1295 [EmptyCall]: #emptycall
/aosp_15_r20/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
H A Dtest.proto30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty); rpc
/aosp_15_r20/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
H A Dtest.proto30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty); rpc
/aosp_15_r20/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/
H A DTestServiceStub.php37 public function EmptyCall( function in Grpc\\Testing\\TestServiceStub
H A DTestServiceClient.php46 public function EmptyCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\TestServiceClient
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
H A Dservice.py54 def EmptyCall(self, request, context): member in TestService
/aosp_15_r20/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
H A DTestServiceClient.php46 public function EmptyCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\TestServiceClient
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_py3_only/interop/
H A Dxds_interop_server.py59 def EmptyCall( member in TestService
/aosp_15_r20/external/grpc-grpc/src/php/tests/interop/
H A Dinterop_server.php60 public function EmptyCall( function in TestService
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
H A Dtest.proto32 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dtest.proto30 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
H A D_test_server.py80 async def EmptyCall(self, request, context): member in TestServiceServicer
/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dchannelz_sampler_test.cc71 Status EmptyCall(ServerContext* /*context*/, in EmptyCall() function in EchoServerImpl
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/
H A Dtest.proto32 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dxds_interop_server_lib.cc104 Status EmptyCall(ServerContext* context, const Empty* /*request*/, in EmptyCall() function in grpc::testing::__anonfe37009b0111::TestServiceImpl
H A Dinterop_server.cc176 Status EmptyCall(ServerContext* context, in EmptyCall() function in TestServiceImpl