Searched refs:AsyncServiceInterface (Results 1 – 8 of 8) sorted by relevance
23 class AsyncServiceInterface {25 virtual ~AsyncServiceInterface() {} in ~AsyncServiceInterface()
29 class AsyncServiceInterface; variable32 AsyncServiceInterface* NewGrpcMasterService(
151 AsyncServiceInterface* master_service_ = nullptr;158 AsyncServiceInterface* worker_service_ = nullptr;162 AsyncServiceInterface* eager_service_ = nullptr;
33 class AsyncServiceInterface; variable74 std::unique_ptr<AsyncServiceInterface> NewGrpcWorkerService(
48 class GrpcMasterService : public AsyncServiceInterface {302 AsyncServiceInterface* NewGrpcMasterService( in NewGrpcMasterService()
374 class GrpcWorkerService : public AsyncServiceInterface {657 std::unique_ptr<AsyncServiceInterface> NewGrpcWorkerService( in NewGrpcWorkerService()660 return std::unique_ptr<AsyncServiceInterface>( in NewGrpcWorkerService()
30 class GrpcVerbsService : public AsyncServiceInterface {
32 class GrpcEagerServiceImpl : public AsyncServiceInterface {