Home
last modified time | relevance | path

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

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