Searched refs:aItTags (Results 1 – 1 of 1) sorted by relevance
157 XMLTags_t::const_iterator aItTags = mTags.begin(); in toString() local158 while (aItTags != mTags.end()) in toString()160 if ((*aItTags).get() != NULL) in toString()161 sResult += (*aItTags)->toString(); in toString()163 aItTags++; in toString()221 XMLTags_t::const_iterator aItTags = mTags.begin(); in toTree() local223 while (aItTags != mTags.end()) in toTree()225 if ((*aItTags).get() != NULL) in toTree()229 sResult += (*aItTags)->toTree(sIndent + " "); in toTree()233 sResult += (*aItTags)->toTree(sIndent + "| "); in toTree()[all …]