Searched refs:endAttrIter (Results 1 – 2 of 2) sorted by relevance
39 const auto endAttrIter = mParser->endAttributes(); in readVariableDeclaration() local40 for (auto attrIter = mParser->beginAttributes(); attrIter != endAttrIter; ++attrIter) { in readVariableDeclaration()73 const auto endAttrIter = mParser->endAttributes(); in readExpressions() local74 for (auto attr = mParser->beginAttributes(); attr != endAttrIter; ++attr) { in readExpressions()137 const auto endAttrIter = mParser->endAttributes(); in next() local138 for (auto attr = mParser->beginAttributes(); attr != endAttrIter; ++attr) { in next()
530 const auto endAttrIter = parser->endAttributes(); in flattenXmlSubtree() local531 for (auto attrIter = parser->beginAttributes(); attrIter != endAttrIter; ++attrIter) { in flattenXmlSubtree()635 const auto endAttrIter = childParser.endAttributes(); in parseResources() local637 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() local813 if (attrIter != endAttrIter) { in parseString()883 const auto endAttrIter = parser->endAttributes(); in parsePublic() local885 if (typeAttrIter == endAttrIter || typeAttrIter->value.empty()) { in parsePublic()906 if (idAttrIter != endAttrIter && !idAttrIter->value.empty()) { in parsePublic()[all …]