Searched refs:BinaryTreeBase (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h256 /** \class BinaryTreeBase
257 * \brief BinaryTreeBase gives root node and memory management.
259 * The memory management of nodes in is hidden by BinaryTreeBase.
260 * BinaryTreeBase also provides the basic functions for merging a tree and
266 class BinaryTreeBase : private Uncopyable class in namespace:mcld
333 BinaryTreeBase() function in class:mcld::BinaryTreeBase
337 virtual ~BinaryTreeBase()
360 class BinaryTree : public BinaryTreeBase<DataType>
386 : BinaryTreeBase<DataType>()
394 { return bfs_iterator(BinaryTreeBase<DataTyp
[all...]
/frameworks/compile/mclinker/lib/MC/
H A DInputTree.cpp36 BinaryTreeBase<Input>::m_Root.summon(
37 pTree.BinaryTreeBase<Input>::m_Root);
38 BinaryTreeBase<Input>::m_Root.delegate(pTree.m_Root);

Completed in 17 milliseconds