Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/xml/
DXmlPullParser.h147 const_iterator begin_attributes() const;
309 begin_attributes(), end_iter, in FindAttribute()
DXmlPullParser.cpp180 XmlPullParser::const_iterator XmlPullParser::begin_attributes() const { in begin_attributes() function in aapt::xml::XmlPullParser
/frameworks/base/tools/aapt2/
DResourceParser.cpp280 for (auto attr_iter = parser->begin_attributes(); attr_iter != end_attr_iter; in FlattenXmlSubtree()