Lines Matching refs:InnerNamespace
28 InnerNamespace: A node corresponding to a <namespace> nested under a <kind>.
531 #parent is InnerNamespace or Kind
541 ins = ins_dict.get(ins_str, InnerNamespace(ins_str, parent))
565 #parent is InnerNamespace or Kind
784 namespaces: A sequence of InnerNamespace children.
854 # new_type is either Kind or InnerNamespace
862 InnerNamespace(ins.name, parent=self))
876 class InnerNamespace(Node):
883 parent: An edge to the parent, which is an InnerNamespace or a Kind.
884 namespaces: A sequence of InnerNamespace children.
923 A new InnerNamespace where all of the children with the same name were
928 Given an InnerNamespace i:
940 The returned InnerNamespace will look like this:
1042 parent: An edge to the parent node, which is an InnerNamespace or Kind.