Searched refs:match_result (Results 1 – 1 of 1) sorted by relevance
82 std::smatch match_result; in AppendCommentLine() local83 const bool is_match = std::regex_search(comment, match_result, re); in AppendCommentLine()85 annotation_parameter_map_[rule.bit_mask] = match_result[1].str(); in AppendCommentLine()86 comment.erase(comment.begin() + match_result.position(), in AppendCommentLine()87 comment.begin() + match_result.position() + match_result.length()); in AppendCommentLine()