Home
last modified time | relevance | path

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

/third_party/grpc/src/proto/grpc/testing/
Dbenchmark_service.proto35 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse); rpc
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DBenchmarkServiceClient.php73 public function StreamingFromClient($metadata = [], $options = []) { function in Grpc\\Testing\\BenchmarkServiceClient
/third_party/grpc/test/cpp/qps/
Dserver_sync.cc64 Status StreamingFromClient(ServerContext* context, in StreamingFromClient() function in grpc::testing::BenchmarkServiceImpl