HomeSort by relevance Sort by last modified time
    Searched refs:BinaryTreeBase (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 259 /** \class BinaryTreeBase
260 * \brief BinaryTreeBase gives root node and memory management.
262 * The memory management of nodes in is hidden by BinaryTreeBase.
263 * BinaryTreeBase also provides the basic functions for merging a tree and
269 class BinaryTreeBase : private Uncopyable
336 BinaryTreeBase()
340 virtual ~BinaryTreeBase()
363 class BinaryTree : public BinaryTreeBase<DataType>
389 : BinaryTreeBase<DataType>()
397 { return bfs_iterator(BinaryTreeBase<DataType>::m_Root.node.left);
    [all...]
  /frameworks/compile/mclinker/lib/MC/
MCLDInputTree.cpp 36 BinaryTreeBase<Input>::m_Root.summon(
37 pTree.BinaryTreeBase<Input>::m_Root);
38 BinaryTreeBase<Input>::m_Root.delegate(pTree.m_Root);

Completed in 139 milliseconds