Home
last modified time | relevance | path

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

/external/grpc-grpc/src/proto/grpc/testing/
Dworker_service.proto38 rpc RunClient(stream ClientArgs) returns (stream ClientStatus); rpc
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DWorkerServiceGrpc.cs106 …public virtual global::System.Threading.Tasks.Task RunClient(grpc::IAsyncStreamReader<global::Grpc… in RunClient() method in Grpc.Testing.WorkerService.WorkerServiceBase
200 …all<global::Grpc.Testing.ClientArgs, global::Grpc.Testing.ClientStatus> RunClient(grpc::Metadata h… in RunClient() method in Grpc.Testing.WorkerService.WorkerServiceClient
214 …all<global::Grpc.Testing.ClientArgs, global::Grpc.Testing.ClientStatus> RunClient(grpc::CallOption… in RunClient() method in Grpc.Testing.WorkerService.WorkerServiceClient
DWorkerServiceImpl.cs66 …public override async Task RunClient(IAsyncStreamReader<ClientArgs> requestStream, IServerStreamWr… in RunClient() method in Grpc.Testing.WorkerServiceImpl
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DWorkerServiceClient.php62 public function RunClient($metadata = [], $options = []) { function in Grpc\\Testing\\WorkerServiceClient
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto64 rpc RunClient(stream ClientArgs) returns (stream ClientStatus); rpc
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py104 def RunClient(self, request_iterator, context): member in WorkerServer
/external/grpc-grpc/test/cpp/qps/
Dqps_worker.cc104 Status RunClient( in RunClient() function in grpc::testing::WorkerServiceImpl