Searched refs:KeyNameComparator (Results 1 – 1 of 1) sorted by relevance
869 static bool KeyNameComparator(const Style::Entry* a, const Style::Entry* b) { in KeyNameComparator() function889 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()