Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/xml/
DXmlPullParser.h141 const_iterator beginAttributes() const;
276 const auto iter = std::lower_bound(beginAttributes(), endIter, in findAttribute()
DXmlPullParser.cpp171 XmlPullParser::const_iterator XmlPullParser::beginAttributes() const { in beginAttributes() function in aapt::xml::XmlPullParser
/frameworks/base/tools/aapt2/
DResourceParser.cpp181 for (auto attrIter = parser->beginAttributes(); attrIter != endAttrIter; ++attrIter) { in flattenXmlSubtree()