/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/ |
D | test_service.proto | 34 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
|
/third_party/grpc/src/objective-c/examples/RemoteTestClient/ |
D | test.proto | 42 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
|
/third_party/grpc/src/objective-c/tests/RemoteTestClient/ |
D | test.proto | 42 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | TestServiceImpl.cs | 61 …public override async Task<StreamingInputCallResponse> StreamingInputCall(IAsyncStreamReader<Strea… in StreamingInputCall() method in Grpc.Testing.TestServiceImpl
|
D | SslCredentialsTest.cs | 270 …public override async Task<StreamingInputCallResponse> StreamingInputCall(IAsyncStreamReader<Strea… in StreamingInputCall() method in Grpc.IntegrationTesting.SslCredentialsTest.SslCredentialsTestServiceImpl
|
D | TestGrpc.cs | 196 …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/ |
D | service.py | 72 def StreamingInputCall(self, request_iterator, context): member in TestService
|
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/ |
D | _python_plugin_test.py | 91 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
|
D | beta_python_plugin_test.py | 158 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/ |
D | TestServiceClient.php | 109 public function StreamingInputCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
|
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | TestServiceClient.php | 109 public function StreamingInputCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/ |
D | _test_server.py | 85 async def StreamingInputCall(self, request_async_iterator, unused_context): member in TestServiceServicer
|
/third_party/grpc/src/proto/grpc/testing/ |
D | test.proto | 47 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
|
/third_party/grpc/doc/ |
D | interop-test-descriptions.md | 1146 ### StreamingInputCall subsection 1147 [StreamingInputCall]: #streaminginputcall
|
/third_party/grpc/test/cpp/interop/ |
D | interop_server.cc | 234 Status StreamingInputCall(ServerContext* context, in StreamingInputCall() function in TestServiceImpl
|