Home | History | Annotate | Download | only in text

Lines Matching refs:m_substrings

29     , m_substrings(other.m_substrings)
45 m_substrings = other.m_substrings;
69 Deque<SegmentedSubstring>::const_iterator it = m_substrings.begin();
70 Deque<SegmentedSubstring>::const_iterator e = m_substrings.end();
81 Deque<SegmentedSubstring>::iterator it = m_substrings.begin();
82 Deque<SegmentedSubstring>::iterator e = m_substrings.end();
94 m_substrings.clear();
108 m_substrings.append(s);
129 m_substrings.prepend(m_currentString);
147 Deque<SegmentedSubstring>::const_iterator it = s.m_substrings.begin();
148 Deque<SegmentedSubstring>::const_iterator e = s.m_substrings.end();
160 Deque<SegmentedSubstring>::const_reverse_iterator it = s.m_substrings.rbegin();
161 Deque<SegmentedSubstring>::const_reverse_iterator e = s.m_substrings.rend();
173 m_currentString = m_substrings.takeFirst();
192 Deque<SegmentedSubstring>::const_iterator it = m_substrings.begin();
193 Deque<SegmentedSubstring>::const_iterator e = m_substrings.end();