Searched refs:regexToFind (Results 1 – 2 of 2) sorted by relevance
166 const std::regex ®exToFind, in foundInCodeRegex() argument184 return std::regex_search(code->second, *match, regexToFind); in foundInCodeRegex()188 return std::regex_search(code->second, regexToFind); in foundInCodeRegex()287 bool MatchOutputCodeTest::foundInCodeRegex(const std::regex ®exToFind, std::smatch *match) const in foundInCodeRegex() argument291 if (!foundInCodeRegex(code.first, regexToFind, match)) in foundInCodeRegex()
69 const std::regex ®exToFind,82 bool foundInCodeRegex(const std::regex ®exToFind, std::smatch *match = nullptr) const;