Searched refs:pattern1 (Results 1 – 2 of 2) sorted by relevance
219 std::regex pattern1("(\\d+?).(\\d+?).\\d+?-\\w*?-(\\d+?)-g(\\w+?)-(\\w+?)"); in convertIntelVersion() local221 if (std::regex_match(s, results, pattern1)) in convertIntelVersion()
503 std::regex pattern1("(\\d+?).(\\d+?).(\\d+?)"); in getHscVerInfo() local507 if (std::regex_match(hscVersion, results, pattern1)) in getHscVerInfo()555 std::regex pattern1("(\\d+?).(\\d+?).(\\d+?).(\\d+?).(\\d+?)"); in getSwVerInfo() local558 if (std::regex_match(meVersion, results, pattern1)) in getSwVerInfo()