Lines Matching refs:comment
617 const String& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
618 String::const_iterator iter = comment.begin(); in writeCommentBeforeValue()
619 while (iter != comment.end()) { in writeCommentBeforeValue()
621 if (*iter == '\n' && ((iter + 1) != comment.end() && *(iter + 1) == '/')) in writeCommentBeforeValue()
837 const String& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
838 String::const_iterator iter = comment.begin(); in writeCommentBeforeValue()
839 while (iter != comment.end()) { in writeCommentBeforeValue()
841 if (*iter == '\n' && ((iter + 1) != comment.end() && *(iter + 1) == '/')) in writeCommentBeforeValue()
1123 const String& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
1124 String::const_iterator iter = comment.begin(); in writeCommentBeforeValue()
1125 while (iter != comment.end()) { in writeCommentBeforeValue()
1127 if (*iter == '\n' && ((iter + 1) != comment.end() && *(iter + 1) == '/')) in writeCommentBeforeValue()