Searched refs:end_attributes (Results 1 - 3 of 3) sorted by path

/frameworks/base/tools/aapt2/
H A DResourceParser.cpp280 const auto end_attr_iter = parser->end_attributes();
/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.cpp183 XmlPullParser::const_iterator XmlPullParser::end_attributes() const { function in class:aapt::xml::XmlPullParser
293 if (iter != parser->end_attributes()) {
302 if (iter != parser->end_attributes()) {
H A DXmlPullParser.h146 const_iterator end_attributes() const;
297 const auto end_iter = end_attributes();

Completed in 87 milliseconds