Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/xml/
DXmlPullParser.cpp188 XmlPullParser::const_iterator XmlPullParser::end_attributes() const { in end_attributes() function in aapt::xml::XmlPullParser
314 if (iter != parser->end_attributes()) { in FindAttribute()
323 if (iter != parser->end_attributes()) { in FindNonEmptyAttribute()
DXmlPullParser.h155 const_iterator end_attributes() const;
309 const auto end_iter = end_attributes(); in FindAttribute()
/frameworks/base/tools/aapt2/
DResourceParser.cpp295 const auto end_attr_iter = parser->end_attributes(); in FlattenXmlSubtree()