/third_party/grpc/src/objective-c/examples/RemoteTestClient/ |
D | test.proto | 30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty); rpc
|
/third_party/grpc/src/objective-c/tests/RemoteTestClient/ |
D | test.proto | 30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty); rpc
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | XdsInteropClientTest.cs | 168 public override Task<Empty> EmptyCall(Empty request, ServerCallContext context) in EmptyCall() method in Grpc.IntegrationTesting.XdsInteropClientTest.BackendServiceImpl
|
D | TestServiceImpl.cs | 35 public override Task<Empty> EmptyCall(Empty request, ServerCallContext context) in EmptyCall() method in Grpc.Testing.TestServiceImpl
|
D | XdsInteropClient.cs | 69 EmptyCall enumerator
|
D | TestGrpc.cs | 147 …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
|
D | Messages.cs | 4459 [pbr::OriginalName("EMPTY_CALL")] EmptyCall = 0, enumerator
|
/third_party/grpc/test/cpp/interop/ |
D | xds_interop_server.cc | 66 Status EmptyCall(ServerContext* context, const Empty* request, in EmptyCall() function in TestServiceImpl
|
D | interop_server.cc | 140 Status EmptyCall(ServerContext* context, in EmptyCall() function in TestServiceImpl
|
/third_party/grpc/src/python/grpcio_tests/tests/interop/ |
D | service.py | 51 def EmptyCall(self, request, context): member in TestService
|
/third_party/grpc/src/php/tests/interop/Grpc/Testing/ |
D | TestServiceClient.php | 46 public function EmptyCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\TestServiceClient
|
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | TestServiceClient.php | 46 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.py | 59 async def EmptyCall(self, request, context): member in TestServiceServicer
|
/third_party/grpc/src/proto/grpc/testing/ |
D | test.proto | 30 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
|
/third_party/grpc/doc/ |
D | interop-test-descriptions.md | 1105 ### EmptyCall subsection 1106 [EmptyCall]: #emptycall
|