Searched defs:PolicyIteratorBase (Results 1 - 1 of 1) sorted by last modified time

/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h98 class PolicyIteratorBase : public IteratorType class in namespace:mcld
106 typedef PolicyIteratorBase<value_type, Traits, IteratorType> Self;
109 typedef PolicyIteratorBase<value_type, nonconst_traits, IteratorType> iterator;
111 typedef PolicyIteratorBase<value_type, const_traits, IteratorType> const_iterator;
117 PolicyIteratorBase() function in class:mcld::PolicyIteratorBase
120 PolicyIteratorBase(const iterator &X) function in class:mcld::PolicyIteratorBase
123 explicit PolicyIteratorBase(NodeBase* X) function in class:mcld::PolicyIteratorBase
126 virtual ~PolicyIteratorBase() {}
141 class PolicyIterator : public PolicyIteratorBase<DataType, Traits, IteratorType>
145 typedef PolicyIteratorBase<DataTyp
[all...]

Completed in 52 milliseconds