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

  /frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h 250 * behavior by change the template argument IteratorBase. HashTable defines
251 * above two iterators by defining HashIterators with different IteratorBase.
253 template<typename IteratorBase,
255 class HashIterator : public IteratorBase
263 typedef IteratorBase Base;
265 typedef HashIterator<IteratorBase,
269 typedef HashIterator<IteratorBase,
273 typedef HashIterator<IteratorBase,
279 : IteratorBase()
283 HashIterator(typename IteratorBase::hash_table* pTable, unsigned int pIndex
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
Deque.h 106 typedef DequeIteratorBase<T, inlineCapacity, Allocator> IteratorBase;

Completed in 1263 milliseconds