Searched refs:comment_ (Results 1 – 4 of 4) sorted by relevance
43 const std::string& Comment() const { return comment_; } in Comment()57 std::string comment_; variable
99 if (node && node->GetText()) comment_ = node->GetText(); in operator =()
2729 Value::CommentInfo::CommentInfo() : comment_(0) in CommentInfo()2733 if (comment_) in ~CommentInfo()2734 releaseStringValue(comment_, 0u); in ~CommentInfo()2738 if (comment_) { in setComment()2739 releaseStringValue(comment_, 0u); in setComment()2740 comment_ = 0; in setComment()2747 comment_ = duplicateStringValue(text, len); in setComment()2985 if (otherComment.comment_) in Value()2987 otherComment.comment_, strlen(otherComment.comment_)); in Value()3941 return comments_ != 0 && comments_[placement].comment_ != 0; in hasComment()[all …]
1074 char* comment_; member
Completed in 18 milliseconds