Searched refs:rgx (Results 1 – 2 of 2) sorted by relevance
42 self.rgx = re.compile(RE_TEXT, re.MULTILINE)45 match = self.rgx.match(line)
534 static const std::regex rgx("[0-9]+:[0-9]+"); in ParsePortRange() local535 CHECK(std::regex_match(flag, rgx)) in ParsePortRange()