Searched refs:end_attributes (Results 1 – 3 of 3) sorted by relevance
188 XmlPullParser::const_iterator XmlPullParser::end_attributes() const { in end_attributes() function in aapt::xml::XmlPullParser314 if (iter != parser->end_attributes()) { in FindAttribute()323 if (iter != parser->end_attributes()) { in FindNonEmptyAttribute()
155 const_iterator end_attributes() const;309 const auto end_iter = end_attributes(); in FindAttribute()
295 const auto end_attr_iter = parser->end_attributes(); in FlattenXmlSubtree()