Home
last modified time | relevance | path

Searched defs:StreamingBothWays (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/proto/grpc/testing/
Dbenchmark_service.proto43 rpc StreamingBothWays(stream SimpleRequest) returns (stream SimpleResponse); rpc
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dbenchmark_service.proto43 rpc StreamingBothWays(stream SimpleRequest) returns (stream SimpleResponse); rpc
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DBenchmarkServiceClient.php102 public function StreamingBothWays($metadata = [], $options = []) { function in Grpc\\Testing\\BenchmarkServiceClient
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto46 rpc StreamingBothWays(stream SimpleRequest) returns (stream SimpleResponse); rpc
/external/grpc-grpc/test/cpp/qps/
Dserver_sync.cc82 Status StreamingBothWays( in StreamingBothWays() function in grpc::testing::BenchmarkServiceImpl