Searched refs:itLowerBound (Results 1 – 1 of 1) sorted by relevance
878 auto itLowerBound = std::lower_bound(ranges.begin(), ranges.end(), location, in shouldBeSkipped() local882 if (itLowerBound != ranges.end()) { in shouldBeSkipped()887 const bool isSameAsLowerBound = location == *itLowerBound; in shouldBeSkipped()888 const bool isUnevenIndex = (itLowerBound - ranges.begin()) % 2; in shouldBeSkipped()