Lines Matching refs:commentAfter
315 root.setComment(commentsBefore_, commentAfter); in parse()
1278 root.setComment(commentsBefore_, commentAfter); in parse()
4503 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
4505 document_ += root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
4513 value.hasComment(commentAfter); in hasCommentForValue()
4719 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
4721 *document_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
4729 value.hasComment(commentAfter); in hasCommentForValue()
5001 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
5003 *sout_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
5011 value.hasComment(commentAfter); in hasCommentForValue()