Searched refs:lowerIter (Results 1 – 2 of 2) sorted by relevance
681 auto lowerIter = value_.uint32Set->find(uint32Rang[LOWER_BOUND_INDEX]); in InRange() local682 if (lowerIter == value_.uint32Set->end()) { in InRange()692 for (auto tmpIter = lowerIter; tmpIter != upperIter; ++tmpIter) { in InRange()
605 …auto lowerIter = std::lower_bound(sheetDetentHeight_.begin(), sheetDetentHeight_.end(), currentShe… in ComputeDetentsPos() local612 if (lowerIter == sheetDetentHeight_.end() || upperIter == sheetDetentHeight_.end()) { in ComputeDetentsPos()619 … auto lowerPosition = static_cast<uint32_t>(std::distance(sheetDetentHeight_.begin(), lowerIter)); in ComputeDetentsPos()