Home
last modified time | relevance | path

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

/external/grpc-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
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DBenchmarkServiceGrpc.cs100 …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
DBenchmarkServiceImpl.cs44 …public override async Task StreamingCall(IAsyncStreamReader<SimpleRequest> requestStream, IServerS… in StreamingCall() method in Grpc.Testing.BenchmarkServiceImpl
DServerRunners.cs104 …public async Task StreamingCall(IAsyncStreamReader<byte[]> requestStream, IServerStreamWriter<byte… in StreamingCall() method in Grpc.IntegrationTesting.ServerRunners.GenericServiceImpl
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dbenchmark_service.proto31 rpc StreamingCall(stream SimpleRequest) returns (stream SimpleResponse); rpc
/external/grpc-grpc/src/proto/grpc/testing/
Dbenchmark_service.proto31 rpc StreamingCall(stream SimpleRequest) returns (stream SimpleResponse); rpc
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service_impl.h38 using StreamingCall = variable
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DBenchmarkServiceClient.php58 public function StreamingCall($metadata = [], $options = []) { function in Grpc\\Testing\\BenchmarkServiceClient
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto34 rpc StreamingCall(stream SimpleRequest) returns (stream SimpleResponse); rpc
/external/llvm-project/clang-tools-extra/clangd/index/remote/
DClient.cpp30 using StreamingCall = std::unique_ptr<grpc::ClientReader<ReplyT>> ( typedef in clang::clangd::remote::__anonbe6f8bec0111::IndexClient
/external/grpc-grpc/test/cpp/qps/
Dserver_sync.cc47 Status StreamingCall( in StreamingCall() function in grpc::testing::BenchmarkServiceImpl