Searched refs:makeConstIterator (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DListHashSet.h129 const_iterator makeConstIterator(Node*) const;
450 return makeConstIterator(m_head);
456 return makeConstIterator(0);
512 return makeConstIterator(*it);
543 return makeConstIterator(*it);
684 inline ListHashSetConstIterator<T, inlineCapacity, U> ListHashSet<T, inlineCapacity, U>::makeConstIterator(Node* position) const function in class:WTF::ListHashSet
H A DHashTable.h312 const_iterator begin() const { return makeConstIterator(m_table); }
394 const_iterator makeConstIterator(ValueType* pos) const { return const_iterator(this, pos, m_table + m_tableSize); } function in class:WTF::HashTable

Completed in 394 milliseconds