Home | History | Annotate | Download | only in src

Lines Matching refs:typedict

165 #   typedict - dictionary of TypeInfo objects keyed by type name
197 self.typedict = {}
267 self.typedict = {}
273 self.addElementInfo(type, TypeInfo(type), 'type', self.typedict)
396 for name in self.typedict:
397 tobj = self.typedict[name]
430 type = self.lookupElementInfo(typename, self.typedict)
523 self.typedict[v.get('struct')].additionalValidity.append(copy.deepcopy(v))
533 self.typedict[v.get('struct')].removedValidity.append(copy.deepcopy(v))
573 self.generateFeature(depname, 'type', self.typedict)
577 self.generateFeature(subtype.text, 'type', self.typedict)
600 self.generateFeature(depname, 'type', self.typedict)
621 self.generateFeature(t.get('name'), 'type', self.typedict)
768 for type in self.typedict:
769 self.typedict[type].resetState()