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

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

Completed in 79 milliseconds