Lines Matching refs:setComment
372 root.setComment(commentsBefore_, commentAfter); in parse()
400 currentValue().setComment(commentsBefore_, commentBefore); in readValue()
620 lastValue_->setComment(normalized, placement); in addComment()
1307 root.setComment(commentsBefore_, commentAfter); in parse()
1332 currentValue().setComment(commentsBefore_, commentBefore); in readValue()
1605 lastValue_->setComment(normalized, placement); in addComment()
2737 void Value::CommentInfo::setComment(const char* text, size_t len) { in setComment() function in AlibabaCloud::OSS::Json::Value::CommentInfo
2986 comments_[comment].setComment( in Value()
3922 void Value::setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment() function in AlibabaCloud::OSS::Json::Value
3929 comments_[placement].setComment(comment, len); in setComment()
3932 void Value::setComment(const char* comment, CommentPlacement placement) { in setComment() function in AlibabaCloud::OSS::Json::Value
3933 setComment(comment, strlen(comment), placement); in setComment()
3936 void Value::setComment(const JSONCPP_STRING& comment, CommentPlacement placement) { in setComment() function in AlibabaCloud::OSS::Json::Value
3937 setComment(comment.c_str(), comment.length(), placement); in setComment()