Searched refs:hasComment (Results 1 – 7 of 7) sorted by relevance
414 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue()433 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()436 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()444 return value.hasComment(commentBefore) || in hasCommentForValue()445 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()446 value.hasComment(commentAfter); in hasCommentForValue()642 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue()649 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()652 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()660 return value.hasComment(commentBefore) || in hasCommentForValue()[all …]
1194 bool Value::hasComment(CommentPlacement placement) const { in hasComment() function in Json::Value1199 if (hasComment(placement)) in getComment()
11 boolean hasComment(); in hasComment() method
93 public boolean hasComment() { in hasComment() method in RetryAfter
192 public boolean hasComment() { in hasComment() method in Via
64 if (value.hasComment(Json::commentBefore)) { in printValueTree()124 if (value.hasComment(Json::commentAfter)) { in printValueTree()
423 bool hasComment(CommentPlacement placement) const;