Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/common/
H A Dattr_data.cpp681 auto lowerIter = value_.uint32Set->find(uint32Rang[LOWER_BOUND_INDEX]); in InRange() local
682 if (lowerIter == value_.uint32Set->end()) { in InRange()
692 for (auto tmpIter = lowerIter; tmpIter != upperIter; ++tmpIter) { in InRange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp605 …auto lowerIter = std::lower_bound(sheetDetentHeight_.begin(), sheetDetentHeight_.end(), currentShe… in ComputeDetentsPos() local
612 if (lowerIter == sheetDetentHeight_.end() || upperIter == sheetDetentHeight_.end()) { in ComputeDetentsPos()
619 … auto lowerPosition = static_cast<uint32_t>(std::distance(sheetDetentHeight_.begin(), lowerIter)); in ComputeDetentsPos()