/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/ |
D | test_service.proto | 47 rpc HalfDuplexCall(stream StreamingOutputCallRequest) rpc
|
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/ |
D | test.proto | 55 rpc HalfDuplexCall(stream StreamingOutputCallRequest) rpc
|
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/ |
D | test.proto | 55 rpc HalfDuplexCall(stream StreamingOutputCallRequest) rpc
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | test.proto | 60 rpc HalfDuplexCall(stream StreamingOutputCallRequest) rpc
|
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/ |
D | test.proto | 59 rpc HalfDuplexCall(stream StreamingOutputCallRequest) rpc
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | TestServiceImpl.cs | 89 …public override Task HalfDuplexCall(IAsyncStreamReader<StreamingOutputCallRequest> requestStream, … in HalfDuplexCall() method in Grpc.Testing.TestServiceImpl
|
D | TestGrpc.cs | 194 …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/ |
D | TestServiceClient.php | 131 public function HalfDuplexCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
|
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/ |
D | _python_plugin_test.py | 108 def HalfDuplexCall(self, request_iter, unused_rpc_context): member in _ServicerMethods 158 def HalfDuplexCall(self, request_iter, context): member in _CreateService.Servicer
|
D | beta_python_plugin_test.py | 176 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/ |
D | interop_server.cc | 289 Status HalfDuplexCall( in HalfDuplexCall() function in TestServiceImpl
|
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/ |
D | methods.py | 98 def HalfDuplexCall(self, request_iterator, context): member in TestService
|