Searched refs:beginAttributes (Results 1 – 3 of 3) sorted by relevance
141 const_iterator beginAttributes() const;276 const auto iter = std::lower_bound(beginAttributes(), endIter, in findAttribute()
171 XmlPullParser::const_iterator XmlPullParser::beginAttributes() const { in beginAttributes() function in aapt::xml::XmlPullParser
181 for (auto attrIter = parser->beginAttributes(); attrIter != endAttrIter; ++attrIter) { in flattenXmlSubtree()