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