Home
last modified time | relevance | path

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

/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty); rpc
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty); rpc
/external/grpc-grpc/src/proto/grpc/testing/
Dtest.proto30 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dtest.proto29 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DTestServiceImpl.cs35 public override Task<Empty> EmptyCall(Empty request, ServerCallContext context) in EmptyCall() method in Grpc.Testing.TestServiceImpl
DTestGrpc.cs116 …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
254 …public virtual global::Grpc.Testing.Empty EmptyCall(global::Grpc.Testing.Empty request, grpc::Call… in EmptyCall() method in Grpc.Testing.TestService.TestServiceClient
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DTestServiceClient.php45 public function EmptyCall(\Grpc\Testing\PBEmpty $argument, function in Grpc\\Testing\\TestServiceClient
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md1030 ### EmptyCall subsection
1031 [EmptyCall]: #emptycall
/external/grpc-grpc/test/cpp/interop/
Dinterop_server.cc141 Status EmptyCall(ServerContext* context, const grpc::testing::Empty* request, in EmptyCall() function in TestServiceImpl
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py58 def EmptyCall(self, request, context): member in TestService