Home | History | Annotate | Download | only in editing

Lines Matching refs:m_index

22         ConstIterator(): m_filter(nullptr), m_index(0) { }
25 ASSERT(m_index != kNotFound);
26 return m_filter->m_underlines[m_index];
30 if (m_index != kNotFound)
31 m_index = m_filter->seekValidIndex(m_index + 1);
36 ASSERT(m_index != kNotFound);
37 return &m_filter->m_underlines[m_index];
41 return other.m_index == m_index && other.m_filter == m_filter;
50 , m_index(index) { }
52 size_t m_index;