Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DBenchmarkServiceGrpc.cs138 …public virtual global::System.Threading.Tasks.Task StreamingBothWays(grpc::IAsyncStreamReader<glob… in StreamingBothWays() method in Grpc.Testing.BenchmarkService.BenchmarkServiceBase
294 …l::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> StreamingBothWays(grpc::Metada… in StreamingBothWays() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
304 …l::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> StreamingBothWays(grpc::CallOp… in StreamingBothWays() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
DControl.cs160 [pbr::OriginalName("STREAMING_BOTH_WAYS")] StreamingBothWays = 4, enumerator
/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/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.php97 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