HomeSort by relevance Sort by last modified time
    Searched refs:PolicyIteratorBase (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/ADT/
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()
123 PolicyIteratorBase(const iterator &X)
126 explicit PolicyIteratorBase(NodeBase* X)
129 virtual ~PolicyIteratorBase() {}
147 class PolicyIterator : public PolicyIteratorBase<DataType, Traits, IteratorType>
151 typedef PolicyIteratorBase<DataType, Traits, IteratorType> Base
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInputTree.h 31 class PolicyIterator<mcld::Input, Traits, IteratorType> : public PolicyIteratorBase<Input, Traits, IteratorType>
35 typedef PolicyIteratorBase<Input, Traits, IteratorType> Base;

Completed in 32 milliseconds