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

  /external/webkit/Source/JavaScriptCore/wtf/
HashIterators.h 36 template<typename HashTableType, typename KeyType, typename MappedType> struct HashTableConstIteratorAdapter<HashTableType, std::pair<KeyType, MappedType> > {
43 HashTableConstIteratorAdapter(const typename HashTableType::const_iterator& impl) : m_impl(impl) {}
49 HashTableConstIteratorAdapter& operator++() { ++m_impl; return *this; }
74 operator HashTableConstIteratorAdapter<HashTableType, ValueType>() {
87 typedef HashTableConstIteratorAdapter<HashTableType, std::pair<KeyType, MappedType> > ConstIterator;
104 typedef HashTableConstIteratorAdapter<HashTableType, std::pair<KeyType, MappedType> > ConstIterator;
122 typedef HashTableConstIteratorAdapter<HashTableType, std::pair<KeyType, MappedType> > ConstIterator;
145 typedef HashTableConstIteratorAdapter<HashTableType, std::pair<KeyType, MappedType> > ConstIterator;
HashSet.h 52 typedef HashTableConstIteratorAdapter<HashTableType, ValueType> iterator;
53 typedef HashTableConstIteratorAdapter<HashTableType, ValueType> const_iterator;
HashTable.h     [all...]
HashMap.h 52 typedef HashTableConstIteratorAdapter<HashTableType, ValueType> const_iterator;
RefPtrHashMap.h 72 typedef HashTableConstIteratorAdapter<HashTableType, ValueType> const_iterator;

Completed in 433 milliseconds