Lines Matching refs:commentAfterOnSameLine
533 placement = commentAfterOnSameLine; in readComment()
564 if (placement == commentAfterOnSameLine) { in addComment()
1497 placement = commentAfterOnSameLine; in readComment()
1509 if (placement == commentAfterOnSameLine) { in addComment()
4500 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4501 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4512 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
4716 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4717 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4728 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
4998 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4999 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
5010 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()