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')))
616 class Typedef(Node):
618 A typedef Node corresponding to a <typedef> element under a top-level <types>.
621 name: The name of this typedef as a string.
624 entries: An iterable over all entries which reference this typedef.
630 # all entries that have this typedef
1053 typedef: A Typedef associated with this Entry, or None.
1101 typedef: A string corresponding to a typedef's name attribute.
1208 def typedef(self):
1470 'typedef'