Lines Matching full:children
229 // And now define the children of this child (if any)
267 // and children of this child in the same way
539 * in list children of t. Warning: if t has no children, but child does
540 * and child isNilNode then it is ok to move children to t via
541 * t.children = child.children; i.e., without copying the array. This
545 * if it's not ok to move children to t with a simple assignment.
587 /** If oldRoot is a nil root, just copy or move the children to newRoot.
615 * children; i.e., you don't have to copy the list. We are
665 * is a flat list (nill rooted tree). All children of oldroot are added to
676 // We have taken an old Root Tree and appended all its children to the new