Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.cpp186 XmlPullParser::const_iterator XmlPullParser::end_attributes() const { in end_attributes() function in aapt::xml::XmlPullParser
311 if (iter != parser->end_attributes()) { in FindAttribute()
319 if (iter != parser->end_attributes()) { in FindNonEmptyAttribute()
H A DXmlPullParser.h154 const_iterator end_attributes() const;
308 const auto end_iter = end_attributes(); in FindAttribute()
/aosp14/frameworks/base/tools/aapt2/
H A DResourceParser.cpp291 const auto end_attr_iter = parser->end_attributes(); in FlattenXmlSubtree()