Home
last modified time | relevance | path

Searched defs:StreamingInputCall (Results 1 – 15 of 15) 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/examples/RemoteTestClient/
Dtest.proto42 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto42 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DSslCredentialsTest.cs102 …public override async Task<StreamingInputCallResponse> StreamingInputCall(IAsyncStreamReader<Strea… in StreamingInputCall() method in Grpc.IntegrationTesting.SslCredentialsTest.SslCredentialsTestServiceImpl
DTestServiceImpl.cs61 …public override async Task<StreamingInputCallResponse> StreamingInputCall(IAsyncStreamReader<Strea… in StreamingInputCall() method in Grpc.Testing.TestServiceImpl
DTestGrpc.cs165 …eading.Tasks.Task<global::Grpc.Testing.StreamingInputCallResponse> StreamingInputCall(grpc::IAsync… in StreamingInputCall() method in Grpc.Testing.TestService.TestServiceBase
408 …InputCallRequest, global::Grpc.Testing.StreamingInputCallResponse> StreamingInputCall(grpc::Metada… in StreamingInputCall() method in Grpc.Testing.TestService.TestServiceClient
418 …InputCallRequest, global::Grpc.Testing.StreamingInputCallResponse> StreamingInputCall(grpc::CallOp… in StreamingInputCall() method in Grpc.Testing.TestService.TestServiceClient
/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/
Dtest.proto54 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/external/grpc-grpc/src/proto/grpc/testing/
Dtest.proto47 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dtest.proto46 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DTestServiceClient.php104 public function StreamingInputCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_python_plugin_test.py90 def StreamingInputCall(self, request_iter, unused_rpc_context): member in _ServicerMethods
152 def StreamingInputCall(self, request_iter, context): member in _CreateService.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
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md1071 ### StreamingInputCall subsection
1072 [StreamingInputCall]: #streaminginputcall
/external/grpc-grpc/test/cpp/interop/
Dinterop_server.cc234 Status StreamingInputCall(ServerContext* context, in StreamingInputCall() function in TestServiceImpl
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py78 def StreamingInputCall(self, request_iterator, context): member in TestService