Home
last modified time | relevance | path

Searched refs:_ARRAY_FIELD_RE (Results 1 – 1 of 1) sorted by relevance

/system/tpm/trunks/generator/
Dgenerator.py512 _ARRAY_FIELD_RE = re.compile(r'(.*)\[(.*)\]') variable in Structure
746 if self._ARRAY_FIELD_RE.search(field[1]):
757 if self._ARRAY_FIELD_RE.search(field[1]):
767 field_name = self._ARRAY_FIELD_RE.search(self.fields[1][1]).group(1)
801 array_match = self._ARRAY_FIELD_RE.search(field_name)
825 array_match = self._ARRAY_FIELD_RE.search(field_name)
878 field_name = self._ARRAY_FIELD_RE.search(field[1]).group(1)