Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/
H A DResourceValues.cpp833 static bool KeyNameComparator(const Style::Entry* a, const Style::Entry* b) { in KeyNameComparator() function
853 std::sort(sorted_a.begin(), sorted_a.end(), KeyNameComparator); in Equals()
856 std::sort(sorted_b.begin(), sorted_b.end(), KeyNameComparator); in Equals()
898 std::sort(this_sorted.begin(), this_sorted.end(), KeyNameComparator); in MergeWith()
901 std::sort(other_sorted.begin(), other_sorted.end(), KeyNameComparator); in MergeWith()