Home
last modified time | relevance | path

Searched defs:WorkerServiceImpl (Results 1 – 4 of 4) sorted by relevance

/third_party/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
/third_party/grpc/test/cpp/qps/
Dqps_worker.h35 class WorkerServiceImpl; variable
Dqps_worker.cc103 class WorkerServiceImpl final : public WorkerService::Service { class
105 WorkerServiceImpl(int server_port, QpsWorker* worker) in WorkerServiceImpl() function in grpc::testing::WorkerServiceImpl
/third_party/grpc/src/ruby/qps/
Dworker.rb34 class WorkerServiceImpl < Grpc::Testing::WorkerService::Service class