Lines Matching refs:comments_
2951 comments_(0), start_(other.start_), limit_(other.limit_) in Value()
2981 if (other.comments_) { in Value()
2982 comments_ = new CommentInfo[numberOfCommentPlacement]; in Value()
2984 const CommentInfo& otherComment = other.comments_[comment]; in Value()
2986 comments_[comment].setComment( in Value()
3020 delete[] comments_; in ~Value()
3048 std::swap(comments_, other.comments_); in swap()
3055 comments_ = other.comments_; in copy()
3551 comments_ = 0; in initBasic()
3923 if (!comments_) in setComment()
3924 comments_ = new CommentInfo[numberOfCommentPlacement]; in setComment()
3929 comments_[placement].setComment(comment, len); in setComment()
3941 return comments_ != 0 && comments_[placement].comment_ != 0; in hasComment()
3946 return comments_[placement].comment_; in getComment()