Lines Matching refs:commentAfterOnSameLine
548 placement = commentAfterOnSameLine; in readComment()
579 if (placement == commentAfterOnSameLine) { in addComment()
1526 placement = commentAfterOnSameLine; in readComment()
1538 if (placement == commentAfterOnSameLine) { in addComment()
4555 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4556 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4567 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
4770 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4771 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4782 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
5059 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
5060 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
5071 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()