Home | History | Annotate | Download | only in wtf

Lines Matching refs:makeConstIterator

310         const_iterator begin() const { return makeConstIterator(m_table); }
391 const_iterator makeConstIterator(ValueType* pos) const { return const_iterator(this, pos, m_table + m_tableSize); }