Lines Matching refs:structures
223 structures = {} variable
261 if name in structures:
262 self.__dict__.update(structures[name].__dict__)
264 structures[name] = self
348 structures=set(),
356 elif type_ in structures:
357 self._deps['structures'].add(structures[type_])
705 structures=set(),
716 elif type_ in structures:
717 self._deps['structures'].add(structures[type_])
1105 structures=set(),
1115 elif type_ in structures:
1116 self._deps['structures'].add(structures[type_])
1465 return structures.get(s_name, None)
1603 structures,