Lines Matching refs:hasComment
3706 bool Value::hasComment(CommentPlacement placement) const { in hasComment() function in Json::Value
3711 if (hasComment(placement)) in getComment()
4480 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue()
4500 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4503 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
4511 return value.hasComment(commentBefore) || in hasCommentForValue()
4512 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
4513 value.hasComment(commentAfter); in hasCommentForValue()
4698 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue()
4716 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4719 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
4727 return value.hasComment(commentBefore) || in hasCommentForValue()
4728 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
4729 value.hasComment(commentAfter); in hasCommentForValue()
4979 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue()
4998 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
5001 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
5009 return value.hasComment(commentBefore) || in hasCommentForValue()
5010 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
5011 value.hasComment(commentAfter); in hasCommentForValue()