Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_caches.cpp588 std::set<std::string, KeySorterClass> l2Keys = GetSortedL2KeysForTType(keys2UINode); in GetL2KeyToUpdate() local
589 auto keyIter = l2Keys.rbegin(); in GetL2KeyToUpdate()
590 if (keyIter == l2Keys.rend()) { in GetL2KeyToUpdate()
716 std::set<std::string, KeySorterClass> l2Keys = GetSortedL2KeysForTType(uiNode4Key); in Purge() local
722 auto safeDist = std::min(cacheCount, static_cast<uint32_t>(l2Keys.size())); in Purge()
723 auto itL2Key = std::next(l2Keys.begin(), safeDist); in Purge()
725 while (itL2Key != l2Keys.end()) { in Purge()
874 std::set<std::string, KeySorterClass> l2Keys(sorter); in GetSortedL2KeysForTType() local
880 l2Keys.emplace(key); in GetSortedL2KeysForTType()
883 return l2Keys; in GetSortedL2KeysForTType()