Home
last modified time | relevance | path

Searched defs:StreamingFromClient (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/proto/grpc/testing/
Dbenchmark_service.proto35 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse); rpc
/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
258 …::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> StreamingFromClient(grpc::CallO… in StreamingFromClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
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-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto38 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc/test/cpp/qps/
Dserver_sync.cc63 Status StreamingFromClient(ServerContext* context, in StreamingFromClient() function in grpc::testing::BenchmarkServiceImpl