Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/
H A Dbenchmark_service.proto35 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse); rpc
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dbenchmark_service.proto35 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse); rpc
/aosp_15_r20/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
H A DBenchmarkServiceClient.php73 public function StreamingFromClient($metadata = [], $options = []) { function in Grpc\\Testing\\BenchmarkServiceClient
/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
H A Dservices.proto38 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse); rpc
/aosp_15_r20/external/grpc-grpc/test/cpp/qps/
H A Dserver_sync.cc63 Status StreamingFromClient(ServerContext* context, in StreamingFromClient() function in grpc::testing::BenchmarkServiceImpl