Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DBindingXmlPullParser.cpp40 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::BindingXmlPullParser
200 return mParser->beginAttributes(); in beginAttributes()
DScopedXmlPullParser.cpp96 XmlPullParser::const_iterator ScopedXmlPullParser::beginAttributes() const { in beginAttributes() function in aapt::ScopedXmlPullParser
97 return mParser->beginAttributes(); in beginAttributes()
DXliffXmlPullParser.cpp105 XmlPullParser::const_iterator XliffXmlPullParser::beginAttributes() const { in beginAttributes() function in aapt::XliffXmlPullParser
106 return mParser->beginAttributes(); in beginAttributes()
DXmlPullParser.h124 virtual const_iterator beginAttributes() const = 0;
193 const auto iter = std::lower_bound(beginAttributes(), endIter, in findAttribute()
DXliffXmlPullParser.h54 const_iterator beginAttributes() const override;
DScopedXmlPullParser.h73 const_iterator beginAttributes() const override;
DBindingXmlPullParser.h51 const_iterator beginAttributes() const override;
DSourceXmlPullParser.h56 const_iterator beginAttributes() const override;
DSourceXmlPullParser.cpp166 XmlPullParser::const_iterator SourceXmlPullParser::beginAttributes() const { in beginAttributes() function in aapt::SourceXmlPullParser
DResourceParser.cpp531 for (auto attrIter = parser->beginAttributes(); attrIter != endAttrIter; ++attrIter) { in flattenXmlSubtree()