Searched refs:sfixed_pattern (Results 1 – 2 of 2) sorted by relevance
99 sfixed_pattern = re.compile(r"s(\d+)\.(\d+)") variable in Field137 sfixed_match = Field.sfixed_pattern.match(self.type)
220 sfixed_pattern = re.compile(r"s(\d+)\.(\d+)") variable in Field245 sfixed_match = Field.sfixed_pattern.match(self.type)