Searched refs:KeySorterClass (Results 1 – 2 of 2) sorted by relevance
36 struct KeySorterClass { struct39 …explicit KeySorterClass(const RepeatVirtualScrollCaches* virtualScroll) : virtualScroll_(virtualSc… in KeySorterClass() argument49 friend struct KeySorterClass;256 std::set<std::string, KeySorterClass> GetSortedL2KeysForTType(
31 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()