/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/ |
D | test_service.proto | 40 rpc FullDuplexCall(stream StreamingOutputCallRequest) rpc
|
/third_party/grpc/src/objective-c/examples/RemoteTestClient/ |
D | test.proto | 48 rpc FullDuplexCall(stream StreamingOutputCallRequest) rpc
|
/third_party/grpc/src/objective-c/tests/RemoteTestClient/ |
D | test.proto | 48 rpc FullDuplexCall(stream StreamingOutputCallRequest) rpc
|
/third_party/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 | 210 …public virtual global::System.Threading.Tasks.Task FullDuplexCall(grpc::IAsyncStreamReader<global:… in FullDuplexCall() method in Grpc.Testing.TestService.TestServiceBase 462 …OutputCallRequest, global::Grpc.Testing.StreamingOutputCallResponse> FullDuplexCall(grpc::Metadata… in FullDuplexCall() method in Grpc.Testing.TestService.TestServiceClient 473 …OutputCallRequest, global::Grpc.Testing.StreamingOutputCallResponse> FullDuplexCall(grpc::CallOpti… in FullDuplexCall() method in Grpc.Testing.TestService.TestServiceClient
|
/third_party/grpc/src/python/grpcio_tests/tests/interop/ |
D | service.py | 80 def FullDuplexCall(self, request_iterator, context): member in TestService
|
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/ |
D | _python_plugin_test.py | 100 def FullDuplexCall(self, request_iter, unused_rpc_context): member in _ServicerMethods 157 def FullDuplexCall(self, request_iterator, context): member in _CreateService.Servicer 526 def FullDuplexCall(self, request_iterator, context): member in SimpleStubsPluginTest.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
|
/third_party/grpc/src/php/tests/interop/Grpc/Testing/ |
D | TestServiceClient.php | 123 public function FullDuplexCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
|
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | TestServiceClient.php | 123 public function FullDuplexCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/ |
D | _test_server.py | 93 async def FullDuplexCall(self, request_async_iterator, context): member in TestServiceServicer
|
/third_party/grpc/src/proto/grpc/testing/ |
D | test.proto | 53 rpc FullDuplexCall(stream StreamingOutputCallRequest) rpc
|
/third_party/grpc/doc/ |
D | interop-test-descriptions.md | 1162 ### FullDuplexCall subsection 1163 [FullDuplexCall]: #fullduplexcall
|
/third_party/grpc/test/cpp/interop/ |
D | interop_server.cc | 253 Status FullDuplexCall( in FullDuplexCall() function in TestServiceImpl
|