Home
last modified time | relevance | path

Searched defs:StreamingOutputCall (Results 1 – 15 of 15) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/
Dtest_service.proto29 rpc StreamingOutputCall(StreamingOutputCallRequest) rpc
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto37 rpc StreamingOutputCall(StreamingOutputCallRequest) rpc
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto37 rpc StreamingOutputCall(StreamingOutputCallRequest) rpc
/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/
Dtest.proto49 rpc StreamingOutputCall(StreamingOutputCallRequest) rpc
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DMetadataCredentialsTest.cs179 …public override async Task StreamingOutputCall(StreamingOutputCallRequest request, IServerStreamWr… in StreamingOutputCall() method in Grpc.IntegrationTesting.MetadataCredentialsTest.FakeTestService
DTestServiceImpl.cs49 …public override async Task StreamingOutputCall(StreamingOutputCallRequest request, IServerStreamWr… in StreamingOutputCall() method in Grpc.Testing.TestServiceImpl
DTestGrpc.cs153 …public virtual global::System.Threading.Tasks.Task StreamingOutputCall(global::Grpc.Testing.Stream… in StreamingOutputCall() method in Grpc.Testing.TestService.TestServiceBase
385 …verStreamingCall<global::Grpc.Testing.StreamingOutputCallResponse> StreamingOutputCall(global::Grp… in StreamingOutputCall() method in Grpc.Testing.TestService.TestServiceClient
396 …verStreamingCall<global::Grpc.Testing.StreamingOutputCallResponse> StreamingOutputCall(global::Grp… in StreamingOutputCall() method in Grpc.Testing.TestService.TestServiceClient
/external/grpc-grpc/src/proto/grpc/testing/
Dtest.proto42 rpc StreamingOutputCall(StreamingOutputCallRequest) rpc
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dtest.proto41 rpc StreamingOutputCall(StreamingOutputCallRequest) rpc
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DTestServiceClient.php90 public function StreamingOutputCall(\Grpc\Testing\StreamingOutputCallRequest $argument, function in Grpc\\Testing\\TestServiceClient
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_python_plugin_test.py82 def StreamingOutputCall(self, request, unused_rpc_context): member in _ServicerMethods
149 def StreamingOutputCall(self, request, context): member in _CreateService.Servicer
Dbeta_python_plugin_test.py150 def StreamingOutputCall(self, request, unused_rpc_context): member in _ServicerMethods
208 def StreamingOutputCall(self, request, context): member in _CreateService.Servicer
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md1078 ### StreamingOutputCall subsection
1079 [StreamingOutputCall]: #streamingoutputcall
/external/grpc-grpc/test/cpp/interop/
Dinterop_server.cc193 Status StreamingOutputCall( in StreamingOutputCall() function in TestServiceImpl
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py70 def StreamingOutputCall(self, request, context): member in TestService