Searched defs:StreamingCall (Results 1 – 9 of 9) sorted by relevance
/third_party/grpc/src/python/grpcio_tests/tests/qps/ |
D | benchmark_server.py | 26 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/ |
D | benchmark_servicer.py | 37 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/ |
D | BenchmarkServiceImpl.cs | 44 …public override async Task StreamingCall(IAsyncStreamReader<SimpleRequest> requestStream, IServerS… in StreamingCall() method in Grpc.Testing.BenchmarkServiceImpl
|
D | BenchmarkServiceGrpc.cs | 131 …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
|
D | ServerRunners.cs | 104 …public async Task StreamingCall(IAsyncStreamReader<byte[]> requestStream, IServerStreamWriter<byte… in StreamingCall() method in Grpc.IntegrationTesting.ServerRunners.GenericServiceImpl
|
/third_party/grpc/src/proto/grpc/testing/ |
D | benchmark_service.proto | 31 rpc StreamingCall(stream SimpleRequest) returns (stream SimpleResponse); rpc
|
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | BenchmarkServiceClient.php | 60 public function StreamingCall($metadata = [], $options = []) { function in Grpc\\Testing\\BenchmarkServiceClient
|
/third_party/grpc/test/cpp/qps/ |
D | server_callback.cc | 46 StreamingCall(::grpc::experimental::CallbackServerContext*) override { in StreamingCall() function in grpc::testing::BenchmarkCallbackServiceImpl
|
D | server_sync.cc | 47 Status StreamingCall( in StreamingCall() function in grpc::testing::BenchmarkServiceImpl
|