Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/
Dtest_service.proto47 rpc HalfDuplexCall(stream StreamingOutputCallRequest) rpc
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto55 rpc HalfDuplexCall(stream StreamingOutputCallRequest) rpc
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto55 rpc HalfDuplexCall(stream StreamingOutputCallRequest) rpc
/external/grpc-grpc/src/proto/grpc/testing/
Dtest.proto60 rpc HalfDuplexCall(stream StreamingOutputCallRequest) rpc
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dtest.proto59 rpc HalfDuplexCall(stream StreamingOutputCallRequest) rpc
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DTestServiceImpl.cs89 …public override Task HalfDuplexCall(IAsyncStreamReader<StreamingOutputCallRequest> requestStream, … in HalfDuplexCall() method in Grpc.Testing.TestServiceImpl
DTestGrpc.cs194 …public virtual global::System.Threading.Tasks.Task HalfDuplexCall(grpc::IAsyncStreamReader<global:… in HalfDuplexCall() method in Grpc.Testing.TestService.TestServiceBase
456 …OutputCallRequest, global::Grpc.Testing.StreamingOutputCallResponse> HalfDuplexCall(grpc::Metadata… in HalfDuplexCall() method in Grpc.Testing.TestService.TestServiceClient
468 …OutputCallRequest, global::Grpc.Testing.StreamingOutputCallResponse> HalfDuplexCall(grpc::CallOpti… in HalfDuplexCall() method in Grpc.Testing.TestService.TestServiceClient
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DTestServiceClient.php131 public function HalfDuplexCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_python_plugin_test.py108 def HalfDuplexCall(self, request_iter, unused_rpc_context): member in _ServicerMethods
158 def HalfDuplexCall(self, request_iter, context): member in _CreateService.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
/external/grpc-grpc/test/cpp/interop/
Dinterop_server.cc289 Status HalfDuplexCall( in HalfDuplexCall() function in TestServiceImpl
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py98 def HalfDuplexCall(self, request_iterator, context): member in TestService