Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DBenchmarkServiceGrpc.cs125 …public virtual global::System.Threading.Tasks.Task StreamingFromServer(global::Grpc.Testing.Simple… in StreamingFromServer() method in Grpc.Testing.BenchmarkService.BenchmarkServiceBase
271 …rpc::AsyncServerStreamingCall<global::Grpc.Testing.SimpleResponse> StreamingFromServer(global::Grp… in StreamingFromServer() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
282 …rpc::AsyncServerStreamingCall<global::Grpc.Testing.SimpleResponse> StreamingFromServer(global::Grp… in StreamingFromServer() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
DControl.cs159 [pbr::OriginalName("STREAMING_FROM_SERVER")] StreamingFromServer = 3, enumerator
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dbenchmark_service.proto39 rpc StreamingFromServer(SimpleRequest) returns (stream SimpleResponse); rpc
/external/grpc-grpc/src/proto/grpc/testing/
Dbenchmark_service.proto39 rpc StreamingFromServer(SimpleRequest) returns (stream SimpleResponse); rpc
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DBenchmarkServiceClient.php83 public function StreamingFromServer(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\BenchmarkServiceClient
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto42 rpc StreamingFromServer(SimpleRequest) returns (stream SimpleResponse); rpc
/external/grpc-grpc/test/cpp/qps/
Dserver_sync.cc72 Status StreamingFromServer(ServerContext* context, in StreamingFromServer() function in grpc::testing::BenchmarkServiceImpl