Searched refs:m_substrings (Results 1 – 3 of 3) sorted by relevance
29 , m_substrings(other.m_substrings) in SegmentedString()45 m_substrings = other.m_substrings; in operator =()69 Deque<SegmentedSubstring>::const_iterator it = m_substrings.begin(); in length()70 Deque<SegmentedSubstring>::const_iterator e = m_substrings.end(); in length()81 Deque<SegmentedSubstring>::iterator it = m_substrings.begin(); in setExcludeLineNumbers()82 Deque<SegmentedSubstring>::iterator e = m_substrings.end(); in setExcludeLineNumbers()94 m_substrings.clear(); in clear()108 m_substrings.append(s); in append()129 m_substrings.prepend(m_currentString); in prepend()147 Deque<SegmentedSubstring>::const_iterator it = s.m_substrings.begin(); in append()[all …]
273 bool isComposite() const { return !m_substrings.isEmpty(); } in isComposite()282 Deque<SegmentedSubstring> m_substrings; variable
60391 Storing m_composite as distinct from m_substrings.isEmpty()