Home
last modified time | relevance | path

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

/openbmc/phosphor-inventory-manager/
H A Dmanager.cpp138 auto& refaces = pos->second; in updateInterfaces() local
141 auto refaceit = refaces.begin(); in updateInterfaces()
160 refaceit = std::lower_bound(refaceit, refaces.end(), ifaceit->first, in updateInterfaces()
161 compareFirst(refaces.key_comp())); in updateInterfaces()
163 if (refaceit == refaces.end() || refaceit->first != ifaceit->first) in updateInterfaces()
170 refaceit = refaces.insert( in updateInterfaces()