Lines Matching refs:commentAfterOnSameLine
587 placement = commentAfterOnSameLine; in readComment()
618 if (placement == commentAfterOnSameLine) { in addComment()
1572 placement = commentAfterOnSameLine; in readComment()
1603 if (placement == commentAfterOnSameLine) { in addComment()
4789 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4790 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4801 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
5004 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
5005 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
5016 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
5293 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
5294 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
5305 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()