Lines Matching refs:hasComment
3739 bool Value::hasComment(CommentPlacement placement) const { in hasComment() function in Json::Value
3744 if (hasComment(placement)) in getComment()
4535 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue()
4555 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4558 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
4566 return value.hasComment(commentBefore) || in hasCommentForValue()
4567 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
4568 value.hasComment(commentAfter); in hasCommentForValue()
4752 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue()
4770 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4773 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
4781 return value.hasComment(commentBefore) || in hasCommentForValue()
4782 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
4783 value.hasComment(commentAfter); in hasCommentForValue()
5040 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue()
5059 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
5062 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
5070 return value.hasComment(commentBefore) || in hasCommentForValue()
5071 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
5072 value.hasComment(commentAfter); in hasCommentForValue()