/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/ |
D | test_service.proto | 34 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
|
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/ |
D | test.proto | 42 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
|
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/ |
D | test.proto | 42 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | SslCredentialsTest.cs | 102 …public override async Task<StreamingInputCallResponse> StreamingInputCall(IAsyncStreamReader<Strea… in StreamingInputCall() method in Grpc.IntegrationTesting.SslCredentialsTest.SslCredentialsTestServiceImpl
|
D | TestServiceImpl.cs | 61 …public override async Task<StreamingInputCallResponse> StreamingInputCall(IAsyncStreamReader<Strea… in StreamingInputCall() method in Grpc.Testing.TestServiceImpl
|
D | TestGrpc.cs | 165 …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/ |
D | test.proto | 54 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | test.proto | 47 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
|
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/ |
D | test.proto | 46 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | TestServiceClient.php | 104 public function StreamingInputCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
|
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/ |
D | _python_plugin_test.py | 90 def StreamingInputCall(self, request_iter, unused_rpc_context): member in _ServicerMethods 152 def StreamingInputCall(self, request_iter, context): member in _CreateService.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
|
/external/grpc-grpc/doc/ |
D | interop-test-descriptions.md | 1071 ### StreamingInputCall subsection 1072 [StreamingInputCall]: #streaminginputcall
|
/external/grpc-grpc/test/cpp/interop/ |
D | interop_server.cc | 234 Status StreamingInputCall(ServerContext* context, in StreamingInputCall() function in TestServiceImpl
|
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/ |
D | methods.py | 78 def StreamingInputCall(self, request_iterator, context): member in TestService
|