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 253 * behavior by change the template argument IteratorBase. HashTable defines
254 * above two iterators by defining HashIterators with different IteratorBase.
256 template<typename IteratorBase,
258 class HashIterator : public IteratorBase
266 typedef IteratorBase Base;
268 typedef HashIterator<IteratorBase,
272 typedef HashIterator<IteratorBase,
276 typedef HashIterator<IteratorBase,
282 : IteratorBase()
286 HashIterator(typename IteratorBase::hash_table* pTable, unsigned int pIndex
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
Deque.h 101 typedef DequeIteratorBase<T, inlineCapacity> IteratorBase;

Completed in 2045 milliseconds