Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/
Dtest_service.proto34 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/third_party/grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto42 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/third_party/grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto42 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DTestServiceImpl.cs61 …public override async Task<StreamingInputCallResponse> StreamingInputCall(IAsyncStreamReader<Strea… in StreamingInputCall() method in Grpc.Testing.TestServiceImpl
DSslCredentialsTest.cs270 …public override async Task<StreamingInputCallResponse> StreamingInputCall(IAsyncStreamReader<Strea… in StreamingInputCall() method in Grpc.IntegrationTesting.SslCredentialsTest.SslCredentialsTestServiceImpl
DTestGrpc.cs196 …eading.Tasks.Task<global::Grpc.Testing.StreamingInputCallResponse> StreamingInputCall(grpc::IAsync… in StreamingInputCall() method in Grpc.Testing.TestService.TestServiceBase
439 …InputCallRequest, global::Grpc.Testing.StreamingInputCallResponse> StreamingInputCall(grpc::Metada… in StreamingInputCall() method in Grpc.Testing.TestService.TestServiceClient
449 …InputCallRequest, global::Grpc.Testing.StreamingInputCallResponse> StreamingInputCall(grpc::CallOp… in StreamingInputCall() method in Grpc.Testing.TestService.TestServiceClient
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dservice.py72 def StreamingInputCall(self, request_iterator, context): member in TestService
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_python_plugin_test.py91 def StreamingInputCall(self, request_iter, unused_rpc_context): member in _ServicerMethods
153 def StreamingInputCall(self, request_iterator, context): member in _CreateService.Servicer
522 def StreamingInputCall(self, request_iterator, context): member in SimpleStubsPluginTest.Servicer
Dbeta_python_plugin_test.py158 def StreamingInputCall(self, request_iter, unused_rpc_context): member in _ServicerMethods
211 def StreamingInputCall(self, request_iter, context): member in _CreateService.Servicer
/third_party/grpc/src/php/tests/interop/Grpc/Testing/
DTestServiceClient.php109 public function StreamingInputCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DTestServiceClient.php109 public function StreamingInputCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
D_test_server.py85 async def StreamingInputCall(self, request_async_iterator, unused_context): member in TestServiceServicer
/third_party/grpc/src/proto/grpc/testing/
Dtest.proto47 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/third_party/grpc/doc/
Dinterop-test-descriptions.md1146 ### StreamingInputCall subsection
1147 [StreamingInputCall]: #streaminginputcall
/third_party/grpc/test/cpp/interop/
Dinterop_server.cc234 Status StreamingInputCall(ServerContext* context, in StreamingInputCall() function in TestServiceImpl