Home
last modified time | relevance | path

Searched refs:endAttributes (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/tools/aapt2/
DBindingXmlPullParser.cpp39 const auto endAttrIter = mParser->endAttributes(); in readVariableDeclaration()
73 const auto endAttrIter = mParser->endAttributes(); in readExpressions()
137 const auto endAttrIter = mParser->endAttributes(); in next()
203 XmlPullParser::const_iterator BindingXmlPullParser::endAttributes() const { in endAttributes() function in aapt::BindingXmlPullParser
207 return mParser->endAttributes(); in endAttributes()
DScopedXmlPullParser.cpp100 XmlPullParser::const_iterator ScopedXmlPullParser::endAttributes() const { in endAttributes() function in aapt::ScopedXmlPullParser
101 return mParser->endAttributes(); in endAttributes()
DXliffXmlPullParser.cpp109 XmlPullParser::const_iterator XliffXmlPullParser::endAttributes() const { in endAttributes() function in aapt::XliffXmlPullParser
110 return mParser->endAttributes(); in endAttributes()
DXmlPullParser.h125 virtual const_iterator endAttributes() const = 0;
192 const auto endIter = endAttributes(); in findAttribute()
DXliffXmlPullParser.h55 const_iterator endAttributes() const override;
DScopedXmlPullParser.h74 const_iterator endAttributes() const override;
DResourceParser.cpp530 const auto endAttrIter = parser->endAttributes(); in flattenXmlSubtree()
635 const auto endAttrIter = childParser.endAttributes(); in parseResources()
806 const auto endAttrIter = parser->endAttributes(); in parseString()
883 const auto endAttrIter = parser->endAttributes(); in parsePublic()
971 const auto endAttrIter = parser->endAttributes(); in parseAttrImpl()
1065 const auto attrIterEnd = parser->endAttributes(); in parseEnumOrFlagItem()
1127 const auto endAttrIter = parser->endAttributes(); in parseUntypedItem()
1168 const auto endAttrIter = parser->endAttributes(); in parseStyle()
1279 const auto endAttrIter = childParser.endAttributes(); in parsePlural()
1351 const auto endAttrIter = childParser.endAttributes(); in parseDeclareStyleable()
DManifestParser.cpp76 if (attrIter == parser->endAttributes() || attrIter->value.empty()) { in parseManifest()
DBindingXmlPullParser.h52 const_iterator endAttributes() const override;
DSourceXmlPullParser.h57 const_iterator endAttributes() const override;
DBindingXmlPullParser_test.cpp54 const auto endAttr = parser.endAttributes(); in TEST()
DSourceXmlPullParser.cpp170 XmlPullParser::const_iterator SourceXmlPullParser::endAttributes() const { in endAttributes() function in aapt::SourceXmlPullParser