Searched refs:StreamingFromClient (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | BenchmarkServiceGrpc.cs | 112 …::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()
|
D | Control.cs | 158 [pbr::OriginalName("STREAMING_FROM_CLIENT")] StreamingFromClient = 2, enumerator
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | BenchmarkServiceClient.php | 70 public function StreamingFromClient($metadata = [], $options = []) { function in Grpc\\Testing\\BenchmarkServiceClient
|
/external/grpc-grpc/test/cpp/qps/ |
D | client_sync.cc | 294 stream_[thread_idx] = stub->StreamingFromClient(&context_[thread_idx], in InitThreadFuncImpl() 320 stream_[thread_idx] = stub->StreamingFromClient(&context_[thread_idx], in ThreadFuncImpl()
|
D | server_sync.cc | 63 Status StreamingFromClient(ServerContext* context, in StreamingFromClient() function in grpc::testing::BenchmarkServiceImpl
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | benchmark_service.proto | 35 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse); rpc
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | benchmark_service.proto | 35 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse); rpc
|
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
D | services.proto | 38 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse); rpc
|