/external/grpc-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
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | BenchmarkServiceGrpc.cs | 100 …public virtual global::System.Threading.Tasks.Task StreamingCall(grpc::IAsyncStreamReader<global::… in StreamingCall() method in Grpc.Testing.BenchmarkService.BenchmarkServiceBase 225 …bal::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> StreamingCall(grpc::Metadata… in StreamingCall() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient 236 …bal::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> StreamingCall(grpc::CallOpti… in StreamingCall() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
|
D | BenchmarkServiceImpl.cs | 44 …public override async Task StreamingCall(IAsyncStreamReader<SimpleRequest> requestStream, IServerS… in StreamingCall() method in Grpc.Testing.BenchmarkServiceImpl
|
D | ServerRunners.cs | 104 …public async Task StreamingCall(IAsyncStreamReader<byte[]> requestStream, IServerStreamWriter<byte… in StreamingCall() method in Grpc.IntegrationTesting.ServerRunners.GenericServiceImpl
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | benchmark_service.proto | 31 rpc StreamingCall(stream SimpleRequest) returns (stream SimpleResponse); rpc
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | benchmark_service.proto | 31 rpc StreamingCall(stream SimpleRequest) returns (stream SimpleResponse); rpc
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/ |
D | grpc_eager_service_impl.h | 38 using StreamingCall = variable
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | BenchmarkServiceClient.php | 58 public function StreamingCall($metadata = [], $options = []) { function in Grpc\\Testing\\BenchmarkServiceClient
|
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
D | services.proto | 34 rpc StreamingCall(stream SimpleRequest) returns (stream SimpleResponse); rpc
|
/external/llvm-project/clang-tools-extra/clangd/index/remote/ |
D | Client.cpp | 30 using StreamingCall = std::unique_ptr<grpc::ClientReader<ReplyT>> ( typedef in clang::clangd::remote::__anon64f54a130111::IndexClient
|
/external/grpc-grpc/test/cpp/qps/ |
D | server_sync.cc | 47 Status StreamingCall( in StreamingCall() function in grpc::testing::BenchmarkServiceImpl
|