Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp101 static bool less_attribute(const Attribute& lhs, const Attribute& rhs) { in less_attribute() function
132 std::sort(el->attributes.begin(), el->attributes.end(), less_attribute); in StartElementHandler()