Home
last modified time | relevance | path

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

/third_party/grpc/src/proto/grpc/testing/
Dbenchmark_service.proto39 rpc StreamingFromServer(SimpleRequest) returns (stream SimpleResponse); rpc
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DBenchmarkServiceGrpc.cs156 …public virtual global::System.Threading.Tasks.Task StreamingFromServer(global::Grpc.Testing.Simple… in StreamingFromServer() method in Grpc.Testing.BenchmarkService.BenchmarkServiceBase
302 …rpc::AsyncServerStreamingCall<global::Grpc.Testing.SimpleResponse> StreamingFromServer(global::Grp… in StreamingFromServer() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
313 …rpc::AsyncServerStreamingCall<global::Grpc.Testing.SimpleResponse> StreamingFromServer(global::Grp… in StreamingFromServer() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
DControl.cs164 [pbr::OriginalName("STREAMING_FROM_SERVER")] StreamingFromServer = 3, enumerator
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DBenchmarkServiceClient.php87 public function StreamingFromServer(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\BenchmarkServiceClient
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dbenchmark_servicer.py31 async def StreamingFromServer(self, request, unused_context): member in BenchmarkServicer
/third_party/grpc/test/cpp/qps/
Dserver_sync.cc72 Status StreamingFromServer(ServerContext* context, in StreamingFromServer() function in grpc::testing::BenchmarkServiceImpl