Searched refs:cmp_xml_attribute_by_id (Results 1 – 1 of 1) sorted by relevance
45 static bool cmp_xml_attribute_by_id(const xml::Attribute* a, const xml::Attribute* b) { in cmp_xml_attribute_by_id() function218 std::sort(filtered_attrs_.begin(), filtered_attrs_.end(), cmp_xml_attribute_by_id); in WriteAttributes()