Home
last modified time | relevance | path

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

/third_party/grpc/src/proto/grpc/testing/
Dbenchmark_service.proto35 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse); rpc
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DBenchmarkServiceGrpc.cs143 …::System.Threading.Tasks.Task<global::Grpc.Testing.SimpleResponse> StreamingFromClient(grpc::IAsyn… in StreamingFromClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceBase
279 …::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> StreamingFromClient(grpc::Metad… in StreamingFromClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
289 …::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> StreamingFromClient(grpc::CallO… in StreamingFromClient() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
DControl.cs163 [pbr::OriginalName("STREAMING_FROM_CLIENT")] StreamingFromClient = 2, enumerator
/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.cc63 Status StreamingFromClient(ServerContext* context, in StreamingFromClient() function in grpc::testing::BenchmarkServiceImpl