Home
last modified time | relevance | path

Searched refs:StreamingFromServer (Results 1 – 8 of 8) 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
273 … return StreamingFromServer(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in StreamingFromServer()
282 …rpc::AsyncServerStreamingCall<global::Grpc.Testing.SimpleResponse> StreamingFromServer(global::Grp… in StreamingFromServer() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
323 .AddMethod(__Method_StreamingFromServer, serviceImpl.StreamingFromServer) in BindService()
DControl.cs159 [pbr::OriginalName("STREAMING_FROM_SERVER")] StreamingFromServer = 3, enumerator
/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/test/cpp/qps/
Dclient_sync.cc345 stub->StreamingFromServer(&context_[thread_idx], request_); in InitThreadFuncImpl()
366 stub->StreamingFromServer(&context_[thread_idx], request_); in ThreadFuncImpl()
Dserver_sync.cc72 Status StreamingFromServer(ServerContext* context, in StreamingFromServer() function in grpc::testing::BenchmarkServiceImpl
/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-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto42 rpc StreamingFromServer(SimpleRequest) returns (stream SimpleResponse); rpc