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