Searched refs:cmp_style_entries (Results 1 – 1 of 1) sorted by relevance
62 static bool cmp_style_entries(const Style::Entry* a, const Style::Entry* b) { in cmp_style_entries() function128 std::sort(sorted_entries.begin(), sorted_entries.end(), cmp_style_entries); in Visit()