Home
last modified time | relevance | path

Searched defs:StreamingOutputCall (Results 1 – 17 of 17) 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/tests/RemoteTestClient/
Dtest.proto37 rpc StreamingOutputCall(StreamingOutputCallRequest) rpc
/external/grpc-grpc/src/objective-c/examples/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/python/grpcio_tests/tests/protoc_plugin/
D_python_plugin_test.py80 def StreamingOutputCall(self, request, unused_rpc_context): member in _ServicerMethods
150 def StreamingOutputCall(self, request, context): member in _CreateService.Servicer
571 def StreamingOutputCall(self, request, context): member in SimpleStubsPluginTest.Servicer
Dbeta_python_plugin_test.py151 def StreamingOutputCall(self, request, unused_rpc_context): member in _ServicerMethods
208 def StreamingOutputCall(self, request, context): member in _CreateService.Servicer
/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/
DTestServiceStub.php85 public function StreamingOutputCall( function in Grpc\\Testing\\TestServiceStub
DTestServiceClient.php94 public function StreamingOutputCall(\Grpc\Testing\StreamingOutputCallRequest $argument, function in Grpc\\Testing\\TestServiceClient
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dservice.py68 def StreamingOutputCall(self, request, context): member in TestService
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DTestServiceClient.php94 public function StreamingOutputCall(\Grpc\Testing\StreamingOutputCallRequest $argument, function in Grpc\\Testing\\TestServiceClient
/external/grpc-grpc/src/php/tests/interop/
Dinterop_server.php103 public function StreamingOutputCall( function in TestService
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dtest.proto42 rpc StreamingOutputCall(StreamingOutputCallRequest) rpc
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dtest.proto44 rpc StreamingOutputCall(StreamingOutputCallRequest) rpc
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
D_test_server.py84 async def StreamingOutputCall( member in TestServiceServicer
/external/grpc-grpc/src/proto/grpc/testing/
Dtest.proto44 rpc StreamingOutputCall(StreamingOutputCallRequest) rpc
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md1342 ### StreamingOutputCall subsection
1343 [StreamingOutputCall]: #streamingoutputcall
/external/grpc-grpc/test/cpp/interop/
Dinterop_server.cc231 Status StreamingOutputCall( in StreamingOutputCall() function in TestServiceImpl