Searched refs:AsyncServiceInterface (Results 1 – 7 of 7) sorted by relevance
23 class AsyncServiceInterface {25 virtual ~AsyncServiceInterface() {} in ~AsyncServiceInterface()
26 class AsyncServiceInterface; variable29 AsyncServiceInterface* NewGrpcMasterService(
33 class AsyncServiceInterface; variable81 std::unique_ptr<AsyncServiceInterface> NewGrpcWorkerService(
173 AsyncServiceInterface* master_service_ = nullptr;180 AsyncServiceInterface* worker_service_ = nullptr;185 AsyncServiceInterface* eager_service_ = nullptr;
48 class GrpcMasterService : public AsyncServiceInterface {302 AsyncServiceInterface* NewGrpcMasterService( in NewGrpcMasterService()
367 class GrpcWorkerService : public AsyncServiceInterface {754 std::unique_ptr<AsyncServiceInterface> NewGrpcWorkerService( in NewGrpcWorkerService()757 return std::unique_ptr<AsyncServiceInterface>( in NewGrpcWorkerService()
32 class GrpcEagerServiceImpl : public AsyncServiceInterface {