Searched refs:comment_ (Results 1 – 9 of 9) sorted by relevance
137 Value::CommentInfo::CommentInfo() : comment_(0) {} in CommentInfo()140 if (comment_) in ~CommentInfo()141 releaseStringValue(comment_); in ~CommentInfo()145 if (comment_) in setComment()146 releaseStringValue(comment_); in setComment()152 comment_ = duplicateStringValue(text); in setComment()369 if (otherComment.comment_) in Value()370 comments_[comment].setComment(otherComment.comment_); in Value()1195 return comments_ != 0 && comments_[placement].comment_ != 0; in hasComment()1200 return comments_[placement].comment_; in getComment()
83 const char* comment() const { return comment_; } in comment()143 const char* comment_; variable
31 comment_(comment), in Flag()94 printf(" --%s (%s) type: %s default: ", name_, comment_, in Print()
379 const char* comment() const { return comment_.c_str(); } in comment()406 const String comment_; // Test comment variable
2371 comment_(a_comment), in TestCase()4309 comment_(String(a_comment)), in UnitTestImpl()
712 const char* comment() const { return comment_.c_str(); } in comment()800 internal::String comment_; variable
466 char* comment_; member
773 const char* comment() const { return comment_.c_str(); } in comment()800 const String comment_; // Test comment member in testing::internal::TestInfoImpl3711 comment_(a_comment), in TestCase()5649 comment_(String(a_comment)), in UnitTestImpl()
16300 const char* comment() const { return comment_.c_str(); }16388 internal::String comment_;