Searched refs:kRE3 (Results 1 – 1 of 1) sorted by relevance
92 static const std::regex kRE3("(" RE_PATH ")@(" RE_MAJOR ")[.](" RE_MINOR ")"); in setTo() local122 } else if (std::regex_match(s, match, kRE3)) { in setTo()