Home
last modified time | relevance | path

Searched refs:EmptyCall (Results 1 – 25 of 25) sorted by relevance

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DXdsInteropClient.cs69 EmptyCall enumerator
199 else if (rpcType == RpcType.EmptyCall) in RunSingleRpcAsync()
262 return RpcType.EmptyCall; in ParseRpc()
DTestServiceImpl.cs35 public override Task<Empty> EmptyCall(Empty request, ServerCallContext context) in EmptyCall() method in Grpc.Testing.TestServiceImpl
DXdsInteropClientTest.cs168 public override Task<Empty> EmptyCall(Empty request, ServerCallContext context) in EmptyCall() method in Grpc.IntegrationTesting.XdsInteropClientTest.BackendServiceImpl
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
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()
DMessages.cs4459 [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()
DInteropClient.cs208 var response = client.EmptyCall(new Empty()); in RunEmptyUnary()
/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/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
Dinterop_client.cc164 Status s = serviceStub_.Get()->EmptyCall(&context, request, &response); in DoEmpty()
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dservice.py51 def EmptyCall(self, request, context): member in TestService
Dmethods.py86 response = stub.EmptyCall(empty_pb2.Empty())
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
D_test_server.py59 async def EmptyCall(self, request, context): member in TestServiceServicer
Dcall_test.py189 call = self._stub.EmptyCall(messages_pb2.SimpleRequest())
/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/php/tests/interop/
Dxds_client.php173 return $stub->EmptyCall($this->empty_request,
Dinterop_client.php62 $stub->EmptyCall(new Grpc\Testing\EmptyMessage())->wait();
/third_party/grpc/doc/
Dinterop-test-descriptions.md51 * [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/
Dtest.proto30 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
Dmethods.py92 response = await stub.EmptyCall(empty_pb2.Empty())
/third_party/grpc/src/python/grpcio_tests/tests_py3_only/interop/
Dxds_interop_client.py189 future = stub.EmptyCall.future(empty_pb2.Empty(),
/third_party/grpc/src/objective-c/tests/UnitTests/
DGRPCClientTests.m122 method:@"EmptyCall"];
DAPIv2Tests.m147 method:@"EmptyCall"];