Searched refs:end_attributes (Results 1 – 3 of 3) sorted by relevance
184 XmlPullParser::const_iterator XmlPullParser::end_attributes() const { in end_attributes() function in aapt::xml::XmlPullParser310 if (iter != parser->end_attributes()) { in FindAttribute()319 if (iter != parser->end_attributes()) { in FindNonEmptyAttribute()
148 const_iterator end_attributes() const;307 const auto end_iter = end_attributes(); in FindAttribute()
279 const auto end_attr_iter = parser->end_attributes(); in FlattenXmlSubtree()