Home | History | Annotate | Download | only in scripts

Lines Matching refs:typedict

166 #   typedict - dictionary of TypeInfo objects keyed by type name
198 self.typedict = {}
270 self.typedict = {}
276 self.addElementInfo(type, TypeInfo(type), 'type', self.typedict)
411 for name in self.typedict:
412 tobj = self.typedict[name]
445 type = self.lookupElementInfo(typename, self.typedict)
538 self.typedict[v.get('struct')].additionalValidity.append(copy.deepcopy(v))
548 self.typedict[v.get('struct')].removedValidity.append(copy.deepcopy(v))
588 self.generateFeature(depname, 'type', self.typedict)
592 self.generateFeature(subtype.text, 'type', self.typedict)
615 self.generateFeature(depname, 'type', self.typedict)
636 self.generateFeature(t.get('name'), 'type', self.typedict)
786 for type in self.typedict:
787 self.typedict[type].resetState()