Searched refs:doc_str (Results 1 – 1 of 1) sorted by relevance
54 StringPiece doc_str; member73 std::string::size_type idx = comment.find(rule.doc_str.data()); in AppendCommentLine()77 std::regex re(rule.doc_str.to_string() + "\\s*\\((.+)\\)"); in AppendCommentLine()87 comment.erase(comment.begin() + idx, comment.begin() + idx + rule.doc_str.size()); in AppendCommentLine()