Searched refs:m_section_text (Results 1 – 1 of 1) sorted by relevance
65 return m_section_text.slice(m_current_line, m_next_line); in operator *()76 llvm::StringRef m_section_text; member in SymbolFileBreakpad::LineIterator81 m_next_line = m_section_text.find('\n', m_current_line); in FindNextLine()84 if (m_next_line >= m_section_text.size()) in FindNextLine()101 m_section_text = toStringRef(data.GetData()); in LineIterator()103 assert(m_current_line < m_section_text.size()); in LineIterator()124 m_section_text = toStringRef(data.GetData()); in operator ++()