Lines Matching refs:InnerNamespace
28 InnerNamespace: A node corresponding to a <namespace> nested under a <kind>.
516 #parent is InnerNamespace or Kind
526 ins = ins_dict.get(ins_str, InnerNamespace(ins_str, parent))
550 #parent is InnerNamespace or Kind
769 namespaces: A sequence of InnerNamespace children.
839 # new_type is either Kind or InnerNamespace
847 InnerNamespace(ins.name, parent=self))
861 class InnerNamespace(Node):
868 parent: An edge to the parent, which is an InnerNamespace or a Kind.
869 namespaces: A sequence of InnerNamespace children.
908 A new InnerNamespace where all of the children with the same name were
913 Given an InnerNamespace i:
925 The returned InnerNamespace will look like this:
1006 parent: An edge to the parent node, which is an InnerNamespace or Kind.