Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/
Dtest_service.proto40 rpc FullDuplexCall(stream StreamingOutputCallRequest) rpc
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto48 rpc FullDuplexCall(stream StreamingOutputCallRequest) rpc
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto48 rpc FullDuplexCall(stream StreamingOutputCallRequest) rpc
/external/grpc-grpc/src/proto/grpc/testing/
Dtest.proto53 rpc FullDuplexCall(stream StreamingOutputCallRequest) rpc
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dtest.proto52 rpc FullDuplexCall(stream StreamingOutputCallRequest) rpc
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DTestServiceImpl.cs74 …public override async Task FullDuplexCall(IAsyncStreamReader<StreamingOutputCallRequest> requestSt… in FullDuplexCall() method in Grpc.Testing.TestServiceImpl
DTestGrpc.cs179 …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/
DTestServiceClient.php117 public function FullDuplexCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_python_plugin_test.py99 def FullDuplexCall(self, request_iter, unused_rpc_context): member in _ServicerMethods
155 def FullDuplexCall(self, request_iter, context): member in _CreateService.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
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md1087 ### FullDuplexCall subsection
1088 [FullDuplexCall]: #fullduplexcall
/external/grpc-grpc/test/cpp/interop/
Dinterop_server.cc253 Status FullDuplexCall( in FullDuplexCall() function in TestServiceImpl
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py86 def FullDuplexCall(self, request_iterator, context): member in TestService