Home
last modified time | relevance | path

Searched refs:endAttrIter (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
DBindingXmlPullParser.cpp39 const auto endAttrIter = mParser->endAttributes(); in readVariableDeclaration() local
40 for (auto attrIter = mParser->beginAttributes(); attrIter != endAttrIter; ++attrIter) { in readVariableDeclaration()
73 const auto endAttrIter = mParser->endAttributes(); in readExpressions() local
74 for (auto attr = mParser->beginAttributes(); attr != endAttrIter; ++attr) { in readExpressions()
137 const auto endAttrIter = mParser->endAttributes(); in next() local
138 for (auto attr = mParser->beginAttributes(); attr != endAttrIter; ++attr) { in next()
DResourceParser.cpp530 const auto endAttrIter = parser->endAttributes(); in flattenXmlSubtree() local
531 for (auto attrIter = parser->beginAttributes(); attrIter != endAttrIter; ++attrIter) { in flattenXmlSubtree()
635 const auto endAttrIter = childParser.endAttributes(); in parseResources() local
637 if (attrIter == endAttrIter || attrIter->value.empty()) { in parseResources()
652 if (typeIter == endAttrIter || typeIter->value.empty()) { in parseResources()
806 const auto endAttrIter = parser->endAttributes(); in parseString() local
813 if (attrIter != endAttrIter) { in parseString()
883 const auto endAttrIter = parser->endAttributes(); in parsePublic() local
885 if (typeAttrIter == endAttrIter || typeAttrIter->value.empty()) { in parsePublic()
906 if (idAttrIter != endAttrIter && !idAttrIter->value.empty()) { in parsePublic()
[all …]