Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceValues.cpp869 static bool KeyNameComparator(const Style::Entry* a, const Style::Entry* b) { in KeyNameComparator() function
889 std::sort(sorted_a.begin(), sorted_a.end(), KeyNameComparator); in Equals()
892 std::sort(sorted_b.begin(), sorted_b.end(), KeyNameComparator); in Equals()
945 std::sort(this_sorted.begin(), this_sorted.end(), KeyNameComparator); in MergeWith()
948 std::sort(other_sorted.begin(), other_sorted.end(), KeyNameComparator); in MergeWith()