Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceValues.cpp865 static bool KeyNameComparator(const Style::Entry* a, const Style::Entry* b) { in KeyNameComparator() function
885 std::sort(sorted_a.begin(), sorted_a.end(), KeyNameComparator); in Equals()
888 std::sort(sorted_b.begin(), sorted_b.end(), KeyNameComparator); in Equals()
941 std::sort(this_sorted.begin(), this_sorted.end(), KeyNameComparator); in MergeWith()
944 std::sort(other_sorted.begin(), other_sorted.end(), KeyNameComparator); in MergeWith()