Home
last modified time | relevance | path

Searched defs:HalfDuplexCall (Results 1 – 12 of 12) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/
Dtest_service.proto47 rpc HalfDuplexCall(stream StreamingOutputCallRequest) rpc
/third_party/grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto55 rpc HalfDuplexCall(stream StreamingOutputCallRequest) rpc
/third_party/grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto55 rpc HalfDuplexCall(stream StreamingOutputCallRequest) rpc
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DTestServiceImpl.cs89 …public override Task HalfDuplexCall(IAsyncStreamReader<StreamingOutputCallRequest> requestStream, … in HalfDuplexCall() method in Grpc.Testing.TestServiceImpl
DTestGrpc.cs225 …public virtual global::System.Threading.Tasks.Task HalfDuplexCall(grpc::IAsyncStreamReader<global:… in HalfDuplexCall() method in Grpc.Testing.TestService.TestServiceBase
487 …OutputCallRequest, global::Grpc.Testing.StreamingOutputCallResponse> HalfDuplexCall(grpc::Metadata… in HalfDuplexCall() method in Grpc.Testing.TestService.TestServiceClient
499 …OutputCallRequest, global::Grpc.Testing.StreamingOutputCallResponse> HalfDuplexCall(grpc::CallOpti… in HalfDuplexCall() method in Grpc.Testing.TestService.TestServiceClient
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dservice.py95 def HalfDuplexCall(self, request_iterator, context): member in TestService
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_python_plugin_test.py109 def HalfDuplexCall(self, request_iter, unused_rpc_context): member in _ServicerMethods
160 def HalfDuplexCall(self, request_iterator, context): member in _CreateService.Servicer
530 def HalfDuplexCall(self, request_iterator, context): member in SimpleStubsPluginTest.Servicer
Dbeta_python_plugin_test.py176 def HalfDuplexCall(self, request_iter, unused_rpc_context): member in _ServicerMethods
217 def HalfDuplexCall(self, request_iter, context): member in _CreateService.Servicer
/third_party/grpc/src/php/tests/interop/Grpc/Testing/
DTestServiceClient.php138 public function HalfDuplexCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DTestServiceClient.php138 public function HalfDuplexCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
/third_party/grpc/src/proto/grpc/testing/
Dtest.proto60 rpc HalfDuplexCall(stream StreamingOutputCallRequest) rpc
/third_party/grpc/test/cpp/interop/
Dinterop_server.cc289 Status HalfDuplexCall( in HalfDuplexCall() function in TestServiceImpl