Home
last modified time | relevance | path

Searched defs:StreamingCall (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests/qps/
Dbenchmark_server.py26 def StreamingCall(self, request_iterator, context): member in BenchmarkServer
42 def StreamingCall(self, request_iterator, context): member in GenericBenchmarkServer
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dbenchmark_servicer.py37 async def StreamingCall(self, request_iterator, unused_context): member in BenchmarkServicer
53 async def StreamingCall(self, request_iterator, unused_context): member in GenericBenchmarkServicer
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DBenchmarkServiceImpl.cs44 …public override async Task StreamingCall(IAsyncStreamReader<SimpleRequest> requestStream, IServerS… in StreamingCall() method in Grpc.Testing.BenchmarkServiceImpl
DBenchmarkServiceGrpc.cs131 …public virtual global::System.Threading.Tasks.Task StreamingCall(grpc::IAsyncStreamReader<global::… in StreamingCall() method in Grpc.Testing.BenchmarkService.BenchmarkServiceBase
256 …bal::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> StreamingCall(grpc::Metadata… in StreamingCall() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
267 …bal::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> StreamingCall(grpc::CallOpti… in StreamingCall() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
DServerRunners.cs104 …public async Task StreamingCall(IAsyncStreamReader<byte[]> requestStream, IServerStreamWriter<byte… in StreamingCall() method in Grpc.IntegrationTesting.ServerRunners.GenericServiceImpl
/third_party/grpc/src/proto/grpc/testing/
Dbenchmark_service.proto31 rpc StreamingCall(stream SimpleRequest) returns (stream SimpleResponse); rpc
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DBenchmarkServiceClient.php60 public function StreamingCall($metadata = [], $options = []) { function in Grpc\\Testing\\BenchmarkServiceClient
/third_party/grpc/test/cpp/qps/
Dserver_callback.cc46 StreamingCall(::grpc::experimental::CallbackServerContext*) override { in StreamingCall() function in grpc::testing::BenchmarkCallbackServiceImpl
Dserver_sync.cc47 Status StreamingCall( in StreamingCall() function in grpc::testing::BenchmarkServiceImpl