Searched refs:PolicyIteratorBase (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | BinTree.h | 101 class PolicyIteratorBase : public IteratorType 109 typedef PolicyIteratorBase<value_type, Traits, IteratorType> Self; 112 typedef PolicyIteratorBase<value_type, nonconst_traits, IteratorType> iterator; 114 typedef PolicyIteratorBase<value_type, const_traits, IteratorType> const_iterator; 120 PolicyIteratorBase() in PolicyIteratorBase() function 123 PolicyIteratorBase(const iterator &X) in PolicyIteratorBase() function 126 explicit PolicyIteratorBase(NodeBase* X) in PolicyIteratorBase() function 129 virtual ~PolicyIteratorBase() {} in ~PolicyIteratorBase() 144 class PolicyIterator : public PolicyIteratorBase<DataType, Traits, IteratorType> 148 typedef PolicyIteratorBase<DataType, Traits, IteratorType> Base;
|
/frameworks/compile/mclinker/include/mcld/ |
D | InputTree.h | 29 class PolicyIterator<mcld::Input, Traits, IteratorType> : public PolicyIteratorBase<Input, Traits, … 33 typedef PolicyIteratorBase<Input, Traits, IteratorType> Base;
|