Home
last modified time | relevance | path

Searched defs:StreamingInputCall (Results 1 – 17 of 17) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/
Dtest_service.proto34 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto42 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto42 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/
Dtest.proto54 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_python_plugin_test.py88 def StreamingInputCall(self, request_iter, unused_rpc_context): member in _ServicerMethods
153 def StreamingInputCall(self, request_iterator, context): member in _CreateService.Servicer
576 def StreamingInputCall(self, request_iterator, context): member in SimpleStubsPluginTest.Servicer
Dbeta_python_plugin_test.py159 def StreamingInputCall(self, request_iter, unused_rpc_context): member in _ServicerMethods
211 def StreamingInputCall(self, request_iter, context): member in _CreateService.Servicer
/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/
DTestServiceStub.php102 public function StreamingInputCall( function in Grpc\\Testing\\TestServiceStub
DTestServiceClient.php109 public function StreamingInputCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dservice.py80 def StreamingInputCall(self, request_iterator, context): member in TestService
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DTestServiceClient.php109 public function StreamingInputCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
/external/grpc-grpc/src/php/tests/interop/
Dinterop_server.php128 public function StreamingInputCall( function in TestService
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dtest.proto47 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dtest.proto49 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
D_test_server.py113 async def StreamingInputCall(self, request_async_iterator, unused_context): member in TestServiceServicer
/external/grpc-grpc/src/proto/grpc/testing/
Dtest.proto49 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md1335 ### StreamingInputCall subsection
1336 [StreamingInputCall]: #streaminginputcall
/external/grpc-grpc/test/cpp/interop/
Dinterop_server.cc272 Status StreamingInputCall(ServerContext* context, in StreamingInputCall() function in TestServiceImpl