Searched refs:comments_ (Results 1 – 2 of 2) sorted by relevance
2806 comments_(0), start_(other.start_), limit_(other.limit_) in Value()2836 if (other.comments_) { in Value()2837 comments_ = new CommentInfo[numberOfCommentPlacement]; in Value()2839 const CommentInfo& otherComment = other.comments_[comment]; in Value()2841 comments_[comment].setComment( in Value()2875 if (comments_) in ~Value()2876 delete[] comments_; in ~Value()2896 std::swap(comments_, other.comments_); in swap()3377 comments_ = 0; in initBasic()3722 if (!comments_) in setComment()[all …]
982 CommentInfo* comments_; variable