/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | TestServiceClient.php | 45 public function EmptyCall(\Grpc\Testing\PBEmpty $argument, function in Grpc\\Testing\\TestServiceClient
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | TestGrpc.cs | 116 …public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> EmptyCall(global::G… in EmptyCall() method in Grpc.Testing.TestService.TestServiceBase 244 …public virtual global::Grpc.Testing.Empty EmptyCall(global::Grpc.Testing.Empty request, grpc::Meta… in EmptyCall() method in Grpc.Testing.TestService.TestServiceClient 246 return EmptyCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in EmptyCall() 254 …public virtual global::Grpc.Testing.Empty EmptyCall(global::Grpc.Testing.Empty request, grpc::Call… in EmptyCall() method in Grpc.Testing.TestService.TestServiceClient 532 .AddMethod(__Method_EmptyCall, serviceImpl.EmptyCall) in BindService()
|
D | TestServiceImpl.cs | 35 public override Task<Empty> EmptyCall(Empty request, ServerCallContext context) in EmptyCall() method in Grpc.Testing.TestServiceImpl
|
D | InteropClient.cs | 205 var response = client.EmptyCall(new Empty()); in RunEmptyUnary()
|
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/ |
D | test.proto | 30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty); rpc
|
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/ |
D | test.proto | 30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty); rpc
|
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/ |
D | methods.py | 58 def EmptyCall(self, request, context): member in TestService 145 response = stub.EmptyCall(empty_pb2.Empty())
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | test.proto | 30 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
|
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/ |
D | test.proto | 29 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
|
/external/grpc-grpc/doc/ |
D | interop-test-descriptions.md | 51 * [EmptyCall][] 54 1. Client calls EmptyCall with the default Empty message 60 *It may be possible to use UnaryCall instead of EmptyCall, but it is harder to 1030 ### EmptyCall subsection 1031 [EmptyCall]: #emptycall argument 1033 Server implements EmptyCall which immediately returns the empty message.
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | test.proto | 30 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
|
/external/grpc-grpc/test/cpp/interop/ |
D | interop_server.cc | 141 Status EmptyCall(ServerContext* context, const grpc::testing::Empty* request, in EmptyCall() function in TestServiceImpl
|
D | interop_client.cc | 160 Status s = serviceStub_.Get()->EmptyCall(&context, request, &response); in DoEmpty()
|
/external/grpc-grpc/src/php/tests/interop/ |
D | interop_client.php | 62 $stub->EmptyCall(new Grpc\Testing\EmptyMessage())->wait();
|
/external/grpc-grpc/src/objective-c/tests/ |
D | GRPCClientTests.m | 116 [[GRPCProtoMethod alloc] initWithPackage:kPackage service:kService method:@"EmptyCall"];
|