Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/xml/
DXmlPullParser.cpp184 XmlPullParser::const_iterator XmlPullParser::end_attributes() const { in end_attributes() function in aapt::xml::XmlPullParser
310 if (iter != parser->end_attributes()) { in FindAttribute()
319 if (iter != parser->end_attributes()) { in FindNonEmptyAttribute()
DXmlPullParser.h148 const_iterator end_attributes() const;
307 const auto end_iter = end_attributes(); in FindAttribute()
/frameworks/base/tools/aapt2/
DResourceParser.cpp279 const auto end_attr_iter = parser->end_attributes(); in FlattenXmlSubtree()