Home
last modified time | relevance | path

Searched refs:StreamingCall (Results 1 – 16 of 16) 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
Dbenchmark_client.py37 self.StreamingCall = channel.stream_stream(
155 response_stream = self._stub.StreamingCall(self._request_generator(),
Dworker_server.py83 grpc.stream_stream_rpc_method_handler(servicer.StreamingCall),
/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
227 return StreamingCall(new grpc::CallOptions(headers, deadline, cancellationToken)); in StreamingCall()
236 …bal::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> StreamingCall(grpc::CallOpti… in StreamingCall() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
321 .AddMethod(__Method_StreamingCall, serviceImpl.StreamingCall) in BindService()
DServerRunners.cs74 service = GenericService.BindHandler(genericService.StreamingCall); in CreateStarted()
104 …public async Task StreamingCall(IAsyncStreamReader<byte[]> requestStream, IServerStreamWriter<byte… in StreamingCall() method in Grpc.IntegrationTesting.ServerRunners.GenericServiceImpl
DBenchmarkServiceImpl.cs44 …public override async Task StreamingCall(IAsyncStreamReader<SimpleRequest> requestStream, IServerS… in StreamingCall() method in Grpc.Testing.BenchmarkServiceImpl
DClientRunners.cs258 using (var call = client.StreamingCall()) in RunStreamingPingPongAsync()
/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
37 StreamingCall<RequestT, ReplyT> RPCCall, in streamRPC()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service_impl.h38 using StreamingCall = variable
121 StreamingCall<EnqueueRequest, EnqueueResponse>* call) { in StreamingEnqueueHandler()
/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/test/cpp/qps/
Dclient_sync.cc235 stream_[thread_idx] = stub->StreamingCall(&context_[thread_idx]); in InitThreadFuncImpl()
267 stream_[thread_idx] = stub->StreamingCall(&context_[thread_idx]); in ThreadFuncImpl()
Dserver_sync.cc47 Status StreamingCall( in StreamingCall() function in grpc::testing::BenchmarkServiceImpl
/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/grpc-grpc/src/php/tests/qps/
Dclient.php149 $stream = $stub->StreamingCall();
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto34 rpc StreamingCall(stream SimpleRequest) returns (stream SimpleResponse); rpc