HashTableIteratorAdapter 59 Source/wtf/HashIterators.h template<typename HashTableType, typename KeyType, typename MappedType> struct HashTableIteratorAdapter<HashTableType, KeyValuePair<KeyType, MappedType> > { HashTableIteratorAdapter 66 Source/wtf/HashIterators.h HashTableIteratorAdapter() {} HashTableIteratorAdapter 67 Source/wtf/HashIterators.h HashTableIteratorAdapter(const typename HashTableType::iterator& impl) : m_impl(impl) {} HashTableIteratorAdapter 73 Source/wtf/HashIterators.h HashTableIteratorAdapter& operator++() { ++m_impl; return *this; } HashTableIteratorAdapter 123 Source/wtf/HashIterators.h typedef HashTableIteratorAdapter<HashTableType, KeyValuePair<KeyType, MappedType> > Iterator; HashTableIteratorAdapter 146 Source/wtf/HashIterators.h typedef HashTableIteratorAdapter<HashTableType, KeyValuePair<KeyType, MappedType> > Iterator; HashTableIteratorAdapter 92 Source/wtf/HashMap.h typedef HashTableIteratorAdapter<HashTableType, ValueType> iterator; HashTableIteratorAdapter 1165 Source/wtf/HashTable.h HashTableIteratorAdapter() {} HashTableIteratorAdapter 1166 Source/wtf/HashTable.h HashTableIteratorAdapter(const typename HashTableType::iterator& impl) : m_impl(impl) {} HashTableIteratorAdapter 1172 Source/wtf/HashTable.h HashTableIteratorAdapter& operator++() { ++m_impl; return *this; } HashTableIteratorAdapter 1197 Source/wtf/HashTable.h inline bool operator==(const HashTableIteratorAdapter<T, U>& a, const HashTableIteratorAdapter<T, U>& b) HashTableIteratorAdapter 1203 Source/wtf/HashTable.h inline bool operator!=(const HashTableIteratorAdapter<T, U>& a, const HashTableIteratorAdapter<T, U>& b) HashTableIteratorAdapter 1210 Source/wtf/HashTable.h inline bool operator==(const HashTableConstIteratorAdapter<T, U>& a, const HashTableIteratorAdapter<T, U>& b) HashTableIteratorAdapter 1216 Source/wtf/HashTable.h inline bool operator!=(const HashTableConstIteratorAdapter<T, U>& a, const HashTableIteratorAdapter<T, U>& b) HashTableIteratorAdapter 1222 Source/wtf/HashTable.h inline bool operator==(const HashTableIteratorAdapter<T, U>& a, const HashTableConstIteratorAdapter<T, U>& b) HashTableIteratorAdapter 1228 Source/wtf/HashTable.h inline bool operator!=(const HashTableIteratorAdapter<T, U>& a, const HashTableConstIteratorAdapter<T, U>& b)