Home
last modified time | relevance | path

Searched defs:FullDuplexCall (Results 1 – 14 of 14) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/
Dtest_service.proto40 rpc FullDuplexCall(stream StreamingOutputCallRequest) rpc
/third_party/grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto48 rpc FullDuplexCall(stream StreamingOutputCallRequest) rpc
/third_party/grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto48 rpc FullDuplexCall(stream StreamingOutputCallRequest) rpc
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DTestServiceImpl.cs74 …public override async Task FullDuplexCall(IAsyncStreamReader<StreamingOutputCallRequest> requestSt… in FullDuplexCall() method in Grpc.Testing.TestServiceImpl
DTestGrpc.cs210 …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/
Dservice.py80 def FullDuplexCall(self, request_iterator, context): member in TestService
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_python_plugin_test.py100 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
Dbeta_python_plugin_test.py167 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/
DTestServiceClient.php123 public function FullDuplexCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DTestServiceClient.php123 public function FullDuplexCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
D_test_server.py93 async def FullDuplexCall(self, request_async_iterator, context): member in TestServiceServicer
/third_party/grpc/src/proto/grpc/testing/
Dtest.proto53 rpc FullDuplexCall(stream StreamingOutputCallRequest) rpc
/third_party/grpc/doc/
Dinterop-test-descriptions.md1162 ### FullDuplexCall subsection
1163 [FullDuplexCall]: #fullduplexcall
/third_party/grpc/test/cpp/interop/
Dinterop_server.cc253 Status FullDuplexCall( in FullDuplexCall() function in TestServiceImpl