Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener.cpp45 static bool cmp_xml_attribute_by_id(const xml::Attribute* a, const xml::Attribute* b) { in cmp_xml_attribute_by_id() function
218 std::sort(filtered_attrs_.begin(), filtered_attrs_.end(), cmp_xml_attribute_by_id); in WriteAttributes()