Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp4399 std::set<int32_t> forEachIndexSet; in SetLazyLoadFeature() local
4401 forEachIndexSet.emplace(GetLoopIndex(currentIndex_ + count)); in SetLazyLoadFeature()
4402 forEachIndexSet.emplace(GetLoopIndex(currentIndex_ - count)); in SetLazyLoadFeature()
4404 if (forEachIndexSet.empty()) { in SetLazyLoadFeature()
4420 [weak = WeakClaim(RawPtr(child)), forEachIndexSet]() { in SetLazyLoadFeature()
4425 for (auto index : forEachIndexSet) { in SetLazyLoadFeature()