Home
last modified time | relevance | path

Searched refs:allCaches (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.cpp905 std::unordered_map<std::string, RefPtr<UINode>> allCaches; in DumpL2() local
907 allCaches.try_emplace(item, cacheItem.item); in DumpL2()
909 std::set<std::string, KeySorterClass> l2KeyResult = GetSortedL2KeysForTType(allCaches); in DumpL2()