/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/ |
D | test_service.proto | 40 rpc FullDuplexCall(stream StreamingOutputCallRequest) rpc
|
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/ |
D | test.proto | 48 rpc FullDuplexCall(stream StreamingOutputCallRequest) rpc
|
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/ |
D | test.proto | 48 rpc FullDuplexCall(stream StreamingOutputCallRequest) rpc
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | test.proto | 53 rpc FullDuplexCall(stream StreamingOutputCallRequest) rpc
|
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/ |
D | test.proto | 52 rpc FullDuplexCall(stream StreamingOutputCallRequest) rpc
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | TestServiceImpl.cs | 74 …public override async Task FullDuplexCall(IAsyncStreamReader<StreamingOutputCallRequest> requestSt… in FullDuplexCall() method in Grpc.Testing.TestServiceImpl
|
D | TestGrpc.cs | 179 …public virtual global::System.Threading.Tasks.Task FullDuplexCall(grpc::IAsyncStreamReader<global:… in FullDuplexCall() method in Grpc.Testing.TestService.TestServiceBase 431 …OutputCallRequest, global::Grpc.Testing.StreamingOutputCallResponse> FullDuplexCall(grpc::Metadata… in FullDuplexCall() method in Grpc.Testing.TestService.TestServiceClient 442 …OutputCallRequest, global::Grpc.Testing.StreamingOutputCallResponse> FullDuplexCall(grpc::CallOpti… in FullDuplexCall() method in Grpc.Testing.TestService.TestServiceClient
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | TestServiceClient.php | 117 public function FullDuplexCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
|
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/ |
D | _python_plugin_test.py | 99 def FullDuplexCall(self, request_iter, unused_rpc_context): member in _ServicerMethods 155 def FullDuplexCall(self, request_iter, context): member in _CreateService.Servicer
|
D | beta_python_plugin_test.py | 167 def FullDuplexCall(self, request_iter, unused_rpc_context): member in _ServicerMethods 214 def FullDuplexCall(self, request_iter, context): member in _CreateService.Servicer
|
/external/grpc-grpc/doc/ |
D | interop-test-descriptions.md | 1087 ### FullDuplexCall subsection 1088 [FullDuplexCall]: #fullduplexcall
|
/external/grpc-grpc/test/cpp/interop/ |
D | interop_server.cc | 253 Status FullDuplexCall( in FullDuplexCall() function in TestServiceImpl
|
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/ |
D | methods.py | 86 def FullDuplexCall(self, request_iterator, context): member in TestService
|