Home
last modified time | relevance | path

Searched refs:refaces (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-inventory-manager/
H A Dmanager.cpp139 auto& refaces = pos->second; in updateInterfaces() local
142 auto refaceit = refaces.begin(); in updateInterfaces()
161 refaceit = std::lower_bound(refaceit, refaces.end(), ifaceit->first, in updateInterfaces()
162 compareFirst(refaces.key_comp())); in updateInterfaces()
164 if (refaceit == refaces.end() || refaceit->first != ifaceit->first) in updateInterfaces()
171 refaceit = refaces.insert( in updateInterfaces()