Home
last modified time | relevance | path

Searched refs:StreamingFromClient (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DBenchmarkServiceGrpc.cs112 …::System.Threading.Tasks.Task<global::Grpc.Testing.SimpleResponse> StreamingFromClient(grpc::IAsyn… in StreamingFromClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceBase
248 …::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> StreamingFromClient(grpc::Metad… in StreamingFromClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
250 return StreamingFromClient(new grpc::CallOptions(headers, deadline, cancellationToken)); in StreamingFromClient()
258 …::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> StreamingFromClient(grpc::CallO… in StreamingFromClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
322 .AddMethod(__Method_StreamingFromClient, serviceImpl.StreamingFromClient) in BindService()
DControl.cs158 [pbr::OriginalName("STREAMING_FROM_CLIENT")] StreamingFromClient = 2, enumerator
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DBenchmarkServiceClient.php70 public function StreamingFromClient($metadata = [], $options = []) { function in Grpc\\Testing\\BenchmarkServiceClient
/external/grpc-grpc/test/cpp/qps/
Dclient_sync.cc294 stream_[thread_idx] = stub->StreamingFromClient(&context_[thread_idx], in InitThreadFuncImpl()
320 stream_[thread_idx] = stub->StreamingFromClient(&context_[thread_idx], in ThreadFuncImpl()
Dserver_sync.cc63 Status StreamingFromClient(ServerContext* context, in StreamingFromClient() function in grpc::testing::BenchmarkServiceImpl
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dbenchmark_service.proto35 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc/src/proto/grpc/testing/
Dbenchmark_service.proto35 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto38 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse); rpc