Searched refs:comment_ (Results 1 – 3 of 3) sorted by relevance
105 comment_ << "/**"; in AppendCommentLine()107 comment_ << "\n * " << std::move(comment); in AppendCommentLine()122 comment_ << "\n *"; in AppendNewLine()128 std::string result = comment_.str(); in Print()
71 std::stringstream comment_;
85 return comment_; in GetComment()89 comment_ = str.to_string(); in SetComment()93 comment_ = std::move(str); in SetComment()118 std::string comment_; variable