Searched refs:RegGuidPattern (Results 1 – 2 of 2) sorted by relevance
214 …RegGuidPattern = re.compile(r'[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA… variable in RangeExpression351 if not self.RegGuidPattern.match(Oprand1.strip()):667 Match = self.RegGuidPattern.match(Expr)
136 …RegGuidPattern = re.compile(r'[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA… variable in ValueExpression556 Match = self.RegGuidPattern.match(Expr)