Searched refs:commentBefore (Results 1 – 6 of 6) sorted by relevance
414 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue()419 std::string normalizedComment = normalizeEOL(root.getComment(commentBefore)); in writeCommentBeforeValue()444 return value.hasComment(commentBefore) || in hasCommentForValue()642 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue()644 *document_ << normalizeEOL(root.getComment(commentBefore)); in writeCommentBeforeValue()660 return value.hasComment(commentBefore) || in hasCommentForValue()
165 currentValue().setComment(commentsBefore_, commentBefore); in readValue()345 CommentPlacement placement = commentBefore; in readComment()
64 if (value.hasComment(Json::commentBefore)) { in printValueTree()65 fprintf(fout, "%s\n", value.getComment(Json::commentBefore).c_str()); in printValueTree()
360 currentValue().setComment(commentsBefore_, commentBefore); in readValue()545 CommentPlacement placement = commentBefore; in readComment()1285 currentValue().setComment(commentsBefore_, commentBefore); in readValue()1523 CommentPlacement placement = commentBefore; in readComment()4535 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue()4540 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue()4566 return value.hasComment(commentBefore) || in hasCommentForValue()4752 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue()4756 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue()4781 return value.hasComment(commentBefore) || in hasCommentForValue()[all …]
475 commentBefore = 0, ///< a comment placed on the line before a value enumerator
49 commentBefore = 0, ///< a comment placed on the line before a value enumerator