Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/common/
H A Dattr_data.cpp686 auto upperIter = value_.uint32Set->find(uint32Rang[UPPER_BOUND_INDEX]); in InRange() local
687 if (upperIter == 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.cpp606 …auto upperIter = std::upper_bound(sheetDetentHeight_.begin(), sheetDetentHeight_.end(), currentShe… in ComputeDetentsPos() local
612 if (lowerIter == sheetDetentHeight_.end() || upperIter == sheetDetentHeight_.end()) { in ComputeDetentsPos()
620 … auto upperPosition = static_cast<uint32_t>(std::distance(sheetDetentHeight_.begin(), upperIter)); in ComputeDetentsPos()