Searched defs:HashTableConstValuesIterator (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashIterators.h32 template<typename HashTableType, typename KeyType, typename MappedType> struct HashTableConstValuesIterator;
41 typedef HashTableConstValuesIterator<HashTableType, KeyType, MappedType> Values;
104 template<typename HashTableType, typename KeyType, typename MappedType> struct HashTableConstValuesIterator { struct in namespace:WTF
109 HashTableConstValuesIterator(const ConstIterator& impl) : m_impl(impl) {} function in struct:WTF::HashTableConstValuesIterator
115 HashTableConstValuesIterator& operator++() { ++m_impl; return *this; }
159 operator HashTableConstValuesIterator<HashTableType, KeyType, MappedType>() {
180 inline bool operator==(const HashTableConstValuesIterator<T, U, V>& a, const HashTableConstValuesIterator<T, U, V>& b) argument
186 inline bool operator!=(const HashTableConstValuesIterator<T, U, V>& a, const HashTableConstValuesIterator< argument
[all...]

Completed in 46 milliseconds