Searched refs:beginAttributes (Results 1 – 10 of 10) sorted by relevance
40 for (auto attrIter = mParser->beginAttributes(); attrIter != endAttrIter; ++attrIter) { in readVariableDeclaration()74 for (auto attr = mParser->beginAttributes(); attr != endAttrIter; ++attr) { in readExpressions()138 for (auto attr = mParser->beginAttributes(); attr != endAttrIter; ++attr) { in next()196 XmlPullParser::const_iterator BindingXmlPullParser::beginAttributes() const { in beginAttributes() function in aapt::BindingXmlPullParser200 return mParser->beginAttributes(); in beginAttributes()
96 XmlPullParser::const_iterator ScopedXmlPullParser::beginAttributes() const { in beginAttributes() function in aapt::ScopedXmlPullParser97 return mParser->beginAttributes(); in beginAttributes()
105 XmlPullParser::const_iterator XliffXmlPullParser::beginAttributes() const { in beginAttributes() function in aapt::XliffXmlPullParser106 return mParser->beginAttributes(); in beginAttributes()
124 virtual const_iterator beginAttributes() const = 0;193 const auto iter = std::lower_bound(beginAttributes(), endIter, in findAttribute()
54 const_iterator beginAttributes() const override;
73 const_iterator beginAttributes() const override;
51 const_iterator beginAttributes() const override;
56 const_iterator beginAttributes() const override;
166 XmlPullParser::const_iterator SourceXmlPullParser::beginAttributes() const { in beginAttributes() function in aapt::SourceXmlPullParser
531 for (auto attrIter = parser->beginAttributes(); attrIter != endAttrIter; ++attrIter) { in flattenXmlSubtree()