/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | XdsInteropClient.cs | 69 EmptyCall enumerator 199 else if (rpcType == RpcType.EmptyCall) in RunSingleRpcAsync() 262 return RpcType.EmptyCall; in ParseRpc()
|
D | TestServiceImpl.cs | 35 public override Task<Empty> EmptyCall(Empty request, ServerCallContext context) in EmptyCall() method in Grpc.Testing.TestServiceImpl
|
D | XdsInteropClientTest.cs | 168 public override Task<Empty> EmptyCall(Empty request, ServerCallContext context) in EmptyCall() method in Grpc.IntegrationTesting.XdsInteropClientTest.BackendServiceImpl
|
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 277 return EmptyCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in EmptyCall() 285 …public virtual global::Grpc.Testing.Empty EmptyCall(global::Grpc.Testing.Empty request, grpc::Call… in EmptyCall() method in Grpc.Testing.TestService.TestServiceClient 563 .AddMethod(__Method_EmptyCall, serviceImpl.EmptyCall) in BindService() 579 …:UnaryServerMethod<global::Grpc.Testing.Empty, global::Grpc.Testing.Empty>(serviceImpl.EmptyCall)); in BindService()
|
D | Messages.cs | 4459 [pbr::OriginalName("EMPTY_CALL")] EmptyCall = 0, enumerator 4508 …eRequest.Types.RpcType type_ = global::Grpc.Testing.ClientConfigureRequest.Types.RpcType.EmptyCall; 4561 …if (Type != global::Grpc.Testing.ClientConfigureRequest.Types.RpcType.EmptyCall) hash ^= Type.GetH… in GetHashCode() 4580 if (Type != global::Grpc.Testing.ClientConfigureRequest.Types.RpcType.EmptyCall) { in WriteTo() 4601 if (Type != global::Grpc.Testing.ClientConfigureRequest.Types.RpcType.EmptyCall) { in IBufferMessage.InternalWriteTo() 4622 if (Type != global::Grpc.Testing.ClientConfigureRequest.Types.RpcType.EmptyCall) { in CalculateSize() 4642 if (other.Type != global::Grpc.Testing.ClientConfigureRequest.Types.RpcType.EmptyCall) { in MergeFrom()
|
D | InteropClient.cs | 208 var response = client.EmptyCall(new Empty()); in RunEmptyUnary()
|
/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/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
|
D | interop_client.cc | 164 Status s = serviceStub_.Get()->EmptyCall(&context, request, &response); in DoEmpty()
|
/third_party/grpc/src/python/grpcio_tests/tests/interop/ |
D | service.py | 51 def EmptyCall(self, request, context): member in TestService
|
D | methods.py | 86 response = stub.EmptyCall(empty_pb2.Empty())
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/ |
D | _test_server.py | 59 async def EmptyCall(self, request, context): member in TestServiceServicer
|
D | call_test.py | 189 call = self._stub.EmptyCall(messages_pb2.SimpleRequest())
|
/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/php/tests/interop/ |
D | xds_client.php | 173 return $stub->EmptyCall($this->empty_request,
|
D | interop_client.php | 62 $stub->EmptyCall(new Grpc\Testing\EmptyMessage())->wait();
|
/third_party/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 1105 ### EmptyCall subsection 1106 [EmptyCall]: #emptycall argument 1108 Server implements EmptyCall which immediately returns the empty message.
|
/third_party/grpc/src/proto/grpc/testing/ |
D | test.proto | 30 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/ |
D | methods.py | 92 response = await stub.EmptyCall(empty_pb2.Empty())
|
/third_party/grpc/src/python/grpcio_tests/tests_py3_only/interop/ |
D | xds_interop_client.py | 189 future = stub.EmptyCall.future(empty_pb2.Empty(),
|
/third_party/grpc/src/objective-c/tests/UnitTests/ |
D | GRPCClientTests.m | 122 method:@"EmptyCall"];
|
D | APIv2Tests.m | 147 method:@"EmptyCall"];
|