Searched refs:PolicyIteratorBase (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | BinTree.h | 88 class PolicyIteratorBase : public IteratorType { 95 typedef PolicyIteratorBase<value_type, Traits, IteratorType> Self; 101 typedef PolicyIteratorBase<value_type, nonconst_traits, IteratorType> 103 typedef PolicyIteratorBase<value_type, const_traits, IteratorType> 111 PolicyIteratorBase() : IteratorType() {} in PolicyIteratorBase() function 113 PolicyIteratorBase(const iterator& X) : IteratorType(X.m_pNode) {} in PolicyIteratorBase() function 115 explicit PolicyIteratorBase(NodeBase* X) : IteratorType(X) {} in PolicyIteratorBase() function 117 virtual ~PolicyIteratorBase() {} in ~PolicyIteratorBase() 136 : public PolicyIteratorBase<DataType, Traits, IteratorType> { 139 typedef PolicyIteratorBase<DataType, Traits, IteratorType> Base;
|
/frameworks/compile/mclinker/include/mcld/ |
D | InputTree.h | 27 : public PolicyIteratorBase<Input, Traits, IteratorType> { 30 typedef PolicyIteratorBase<Input, Traits, IteratorType> Base;
|