Lines Matching defs:ranges
892 const std::vector<std::pair<int, int>>& ranges =
895 ranges.begin(), ranges.end(),
899 itStartRange, ranges.end(),
903 // [(0,0) ... ranges[0]) isn't blackboxed, [ranges[0] ... ranges[1]) is
906 std::distance(ranges.begin(), itStartRange) % 2;
916 const std::vector<std::pair<int, int>>& ranges = it->second;
917 DCHECK(!ranges.empty());
919 auto itLowerBound = std::lower_bound(ranges.begin(), ranges.end(), location,
923 if (itLowerBound != ranges.end()) {
925 // start and the end of ranges to skip: [ranges[0], ranges[1], ..], where
926 // locations in [ranges[0], ranges[1]) should be skipped, i.e.
929 const bool isUnevenIndex = (itLowerBound - ranges.begin()) % 2;
2006 // Verify that the skipList is sorted, and that all ranges