Home | History | Annotate | Download | only in docs

Lines Matching defs:Typedef

35   Typedef: A node corresponding to a <typedef> element under <types>.
199 types: An iterable of all Typedef instances available in the graph.
263 def insert_type(self, type_name, type_selector="typedef", **kwargs):
269 type_selector: The selector for the type, e.g. 'typedef'
271 Args (if type_selector == 'typedef'):
275 metadata.insert_type('rectangle', 'typedef',
283 if type_selector != 'typedef':
288 self._types.append(Typedef(type_name, self, kwargs.get('languages')))
631 class Typedef(Node):
633 A typedef Node corresponding to a <typedef> element under a top-level <types>.
636 name: The name of this typedef as a string.
639 entries: An iterable over all entries which reference this typedef.
645 # all entries that have this typedef
1085 typedef: A Typedef associated with this Entry, or None.
1133 typedef: A string corresponding to a typedef's name attribute.
1246 def typedef(self):
1512 'typedef'