Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_caches.h36 struct KeySorterClass { struct
39 …explicit KeySorterClass(const RepeatVirtualScrollCaches* virtualScroll) : virtualScroll_(virtualSc… in KeySorterClass() argument
49 friend struct KeySorterClass;
256 std::set<std::string, KeySorterClass> GetSortedL2KeysForTType(
H A Drepeat_virtual_scroll_caches.cpp31 bool KeySorterClass::operator()(const std::string& left, const std::string& right) const in operator ()()
588 std::set<std::string, KeySorterClass> l2Keys = GetSortedL2KeysForTType(keys2UINode); in GetL2KeyToUpdate()
716 std::set<std::string, KeySorterClass> l2Keys = GetSortedL2KeysForTType(uiNode4Key); in Purge()
870 std::set<std::string, KeySorterClass> RepeatVirtualScrollCaches::GetSortedL2KeysForTType( in GetSortedL2KeysForTType()
873 KeySorterClass sorter(this); in GetSortedL2KeysForTType()
874 std::set<std::string, KeySorterClass> l2Keys(sorter); in GetSortedL2KeysForTType()
909 std::set<std::string, KeySorterClass> l2KeyResult = GetSortedL2KeysForTType(allCaches); in DumpL2()