Searched refs:lineRegex (Results 1 – 3 of 3) sorted by relevance
102 const std::basic_regex lineRegex( in expectLog() local113 if (!std::regex_match(line, match, lineRegex)) return false; in expectLog()142 if (!std::regex_match(line, match, lineRegex)) return false; in expectLog()
35 lineRegex(new Params().setHelp("line regex").setMatch(".*")), enumConstant
4070 const std::basic_regex lineRegex( in TEST_F() local4080 if (!std::regex_match(line, match, lineRegex)) return false; in TEST_F()