Searched refs:rgx (Results 1 – 1 of 1) sorted by relevance
254 static const std::regex rgx("[0-9]+:[0-9]+"); in ParsePortRange() local255 CHECK(std::regex_match(flag, rgx)) in ParsePortRange()