Searched refs:ifaceit (Results 1 – 1 of 1) sorted by relevance
139 auto ifaceit = interfaces.cbegin(); in updateInterfaces() local144 while (ifaceit != interfaces.cend()) in updateInterfaces()149 opsit = std::lower_bound(opsit, _makers.cend(), ifaceit->first, in updateInterfaces()152 if (opsit == _makers.cend() || opsit->first != ifaceit->first) in updateInterfaces()156 ifaceit->first); in updateInterfaces()160 refaceit = std::lower_bound(refaceit, refaces.end(), ifaceit->first, in updateInterfaces()163 if (refaceit == refaces.end() || refaceit->first != ifaceit->first) in updateInterfaces()171 refaceit, std::make_pair(ifaceit->first, in updateInterfaces()173 ifaceit->second, true))); in updateInterfaces()174 signals.push_back(ifaceit->first); in updateInterfaces()[all …]