Searched refs:IsMatchAnyRegex (Results 1 – 1 of 1) sorted by relevance
130 bool IsMatchAnyRegex(const std::string& line, const std::vector<std::regex>& regs) in IsMatchAnyRegex() function161 if (!IsMatchAnyRegex(line, regs)) { in CheckContent()