Lines Matching refs:Children
164 /// Children - Set of nodes which are children of this one and that haven't
166 NodeSubset Children;
170 ChildIterator(NodeType *F, NodeSubset C) : FirstNode(F), Children(C) {}
175 Children(other.Children) {}
180 other.Children == this->Children;
190 if (Children.count(i)) {
192 Children.DeleteNode(i);
210 if (Children.count(i))