Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/plugins/manager/src/common/
H A Dattr_data.cpp686 auto upperIter = value_.uint32Set->find(uint32Rang[UPPER_BOUND_INDEX]); variable
687 if (upperIter == value_.uint32Set->end()) {
692 for (auto tmpIter = lowerIter; tmpIter != upperIter; ++tmpIter) {
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp612 auto upperIter = std::upper_bound(sheetDetentHeight_.begin(), sheetDetentHeight_.end(), currentSheetHeight); in ComputeDetentsPos() local
614 if (lowerIter == sheetDetentHeight_.end() || upperIter == sheetDetentHeight_.end()) { in ComputeDetentsPos()
622 auto upperPosition = static_cast<uint32_t>(std::distance(sheetDetentHeight_.begin(), upperIter)); in ComputeDetentsPos()

Completed in 7 milliseconds