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

/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h57 class BFSIterator : public TreeIteratorBase { class in namespace:mcld
59 BFSIterator() : TreeIteratorBase() {} function in class:mcld::BFSIterator
61 explicit BFSIterator(NodeBase* X) : TreeIteratorBase(X) { function in class:mcld::BFSIterator
68 virtual ~BFSIterator() {}
355 typedef PolicyIterator<value_type, NonConstTraits<value_type>, BFSIterator>
357 typedef PolicyIterator<value_type, ConstTraits<value_type>, BFSIterator>
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h84 typedef PolicyIterator<value_type, NonConstTraits<value_type>, BFSIterator>
86 typedef PolicyIterator<value_type, ConstTraits<value_type>, BFSIterator>

Completed in 64 milliseconds