Lines Matching full:commentinfo
132 // class Value::CommentInfo
137 Value::CommentInfo::CommentInfo() : comment_(0) {}
139 Value::CommentInfo::~CommentInfo() {
144 void Value::CommentInfo::setComment(const char* text) {
366 comments_ = new CommentInfo[numberOfCommentPlacement];
368 const CommentInfo& otherComment = other.comments_[comment];
1186 comments_ = new CommentInfo[numberOfCommentPlacement];