Home
last modified time | relevance | path

Searched refs:WorkerServiceImpl (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/test/cpp/qps/
Dqps_worker.cc99 class WorkerServiceImpl final : public WorkerService::Service { class
101 WorkerServiceImpl(int server_port, QpsWorker* worker) in WorkerServiceImpl() function in grpc::testing::WorkerServiceImpl
152 InstanceGuard(WorkerServiceImpl* impl) in InstanceGuard()
163 WorkerServiceImpl* const impl_;
273 impl_.reset(new WorkerServiceImpl(server_port, this)); in QpsWorker()
Dqps_worker.h35 class WorkerServiceImpl; variable
53 std::unique_ptr<WorkerServiceImpl> impl_;
/external/grpc-grpc/src/ruby/qps/
Dworker.rb34 class WorkerServiceImpl < Grpc::Testing::WorkerService::Service class
115 worker_service = WorkerServiceImpl.new(s, options['server_port'].to_i)
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DWorkerServiceImpl.cs33 public class WorkerServiceImpl : WorkerService.WorkerServiceBase class
37 public WorkerServiceImpl(Action stopRequestHandler) in WorkerServiceImpl() method in Grpc.Testing.WorkerServiceImpl
DQpsWorker.cs70 … var workerServiceImpl = new WorkerServiceImpl(() => { Task.Run(() => tcs.SetResult(null)); }); in RunAsync()
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
DLoadWorker.java55 .addService(new WorkerServiceImpl()) in LoadWorker()
120 private class WorkerServiceImpl extends WorkerServiceGrpc.WorkerServiceImplBase { class in LoadWorker