Searched defs:ConstIterator (Results 1 – 4 of 4) sorted by relevance
109 class ConstIterator; variable114 friend class ConstIterator; variable154 ConstIterator(const Iterator &B) : I(B.I) {} in ConstIterator() function155 ConstIterator(const typename MapTy::const_iterator &i) : I(i) {} in ConstIterator() function
149 typedef IteratorBase<const Item> ConstIterator; typedef
151 typedef IteratorBase<const Item> ConstIterator; typedef
150 typedef IteratorBase<const Item> ConstIterator; typedef