Home
last modified time | relevance | path

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

/third_party/grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty); rpc
/third_party/grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty); rpc
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DXdsInteropClientTest.cs168 public override Task<Empty> EmptyCall(Empty request, ServerCallContext context) in EmptyCall() method in Grpc.IntegrationTesting.XdsInteropClientTest.BackendServiceImpl
DTestServiceImpl.cs35 public override Task<Empty> EmptyCall(Empty request, ServerCallContext context) in EmptyCall() method in Grpc.Testing.TestServiceImpl
DXdsInteropClient.cs69 EmptyCall enumerator
DTestGrpc.cs147 …public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> EmptyCall(global::G… in EmptyCall() method in Grpc.Testing.TestService.TestServiceBase
275 …public virtual global::Grpc.Testing.Empty EmptyCall(global::Grpc.Testing.Empty request, grpc::Meta… in EmptyCall() method in Grpc.Testing.TestService.TestServiceClient
285 …public virtual global::Grpc.Testing.Empty EmptyCall(global::Grpc.Testing.Empty request, grpc::Call… in EmptyCall() method in Grpc.Testing.TestService.TestServiceClient
DMessages.cs4459 [pbr::OriginalName("EMPTY_CALL")] EmptyCall = 0, enumerator
/third_party/grpc/test/cpp/interop/
Dxds_interop_server.cc66 Status EmptyCall(ServerContext* context, const Empty* request, in EmptyCall() function in TestServiceImpl
Dinterop_server.cc140 Status EmptyCall(ServerContext* context, in EmptyCall() function in TestServiceImpl
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dservice.py51 def EmptyCall(self, request, context): member in TestService
/third_party/grpc/src/php/tests/interop/Grpc/Testing/
DTestServiceClient.php46 public function EmptyCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\TestServiceClient
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DTestServiceClient.php46 public function EmptyCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\TestServiceClient
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
D_test_server.py59 async def EmptyCall(self, request, context): member in TestServiceServicer
/third_party/grpc/src/proto/grpc/testing/
Dtest.proto30 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
/third_party/grpc/doc/
Dinterop-test-descriptions.md1105 ### EmptyCall subsection
1106 [EmptyCall]: #emptycall