Searched refs:ChildrenType (Results 1 – 2 of 2) sorted by relevance
49 typedef typename AllocPolicyType::template VectorType<TreeType*> ChildrenType; typedef in CommonTree56 ChildrenType m_children;92 ChildrenType& get_children();93 const ChildrenType& get_children() const;94 ChildrenType* get_children_p();
55 typename CommonTree<ImplTraits>::ChildrenType& CommonTree<ImplTraits>::get_children()61 const typename CommonTree<ImplTraits>::ChildrenType& CommonTree<ImplTraits>::get_children() const67 typename CommonTree<ImplTraits>::ChildrenType* CommonTree<ImplTraits>::get_children_p()81 ChildrenType& child_children = child->get_children();82 ChildrenType& tree_children = this->get_children();190 ChildrenType newChildren_temp;191 ChildrenType* newChildren; // Iterator for whatever we are going to add in222 ChildrenType& parent_children = this->get_children();235 ChildrenType& parent_children = this->get_children();254 ChildrenType& parent_children = this->get_children();