Lines Matching refs:comments_
2782 comments_(0), start_(other.start_), limit_(other.limit_) in Value()
2812 if (other.comments_) { in Value()
2813 comments_ = new CommentInfo[numberOfCommentPlacement]; in Value()
2815 const CommentInfo& otherComment = other.comments_[comment]; in Value()
2817 comments_[comment].setComment( in Value()
2843 if (comments_) in ~Value()
2844 delete[] comments_; in ~Value()
2864 std::swap(comments_, other.comments_); in swap()
3344 comments_ = 0; in initBasic()
3689 if (!comments_) in setComment()
3690 comments_ = new CommentInfo[numberOfCommentPlacement]; in setComment()
3695 comments_[placement].setComment(comment, len); in setComment()
3707 return comments_ != 0 && comments_[placement].comment_ != 0; in hasComment()
3712 return comments_[placement].comment_; in getComment()