Searched refs:doc_str (Results 1 – 1 of 1) sorted by relevance
55 StringPiece doc_str; member77 std::string::size_type idx = comment.find(rule.doc_str.data()); in AppendCommentLine()81 std::regex re(std::string(rule.doc_str).append(R"(\s*\((.+)\))")); in AppendCommentLine()90 comment.erase(comment.begin() + idx, comment.begin() + idx + rule.doc_str.size()); in AppendCommentLine()