Searched defs:iSvc (Results 1 – 2 of 2) sorted by relevance
210 [&handle](auto &iSvc) { return handle == iSvc.startHandle_; in IsReferenced()234 [&serviceHandle](auto &iSvc) { return iSvc.handle_ == serviceHandle; }); in GetIncludeService()
415 for (auto &iSvc : iSvcs) { in BuildIncludeService() local