Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/
H A Dbenchmark_service.proto39 rpc StreamingFromServer(SimpleRequest) returns (stream SimpleResponse); rpc
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dbenchmark_service.proto39 rpc StreamingFromServer(SimpleRequest) returns (stream SimpleResponse); rpc
/aosp_15_r20/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
H A DBenchmarkServiceClient.php87 public function StreamingFromServer(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\BenchmarkServiceClient
/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
H A Dservices.proto42 rpc StreamingFromServer(SimpleRequest) returns (stream SimpleResponse); rpc
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/benchmark/
H A Dbenchmark_servicer.py31 async def StreamingFromServer(self, request, unused_context): member in BenchmarkServicer
/aosp_15_r20/external/grpc-grpc/test/cpp/qps/
H A Dserver_sync.cc72 Status StreamingFromServer(ServerContext* context, in StreamingFromServer() function in grpc::testing::BenchmarkServiceImpl