Searched refs:format3 (Results 1 – 1 of 1) sorted by relevance
150 std::regex format3("[^\\(\\s]+ ?\\[0x[0-9a-fA-F]+\\]"); in VerifyLineFormat() local154 std::regex format3("[^\\(\\s]+ \\[0x[0-9a-fA-F]+\\]"); in VerifyLineFormat()159 std::regex_match(line, format3) || std::regex_match(line, format4)) in VerifyLineFormat()