Searched refs:nextIt (Results 1 – 1 of 1) sorted by relevance
191 const auto nextIt = map.upper_bound(path); in findParentPath() local192 if (nextIt == map.begin()) { in findParentPath()195 const auto suspectIt = std::prev(nextIt); in findParentPath()