Searched refs:m_section_text (Results 1 – 1 of 1) sorted by relevance
64 return m_section_text.slice(m_current_line, m_next_line); in operator *()75 llvm::StringRef m_section_text; member in SymbolFileBreakpad::LineIterator80 m_next_line = m_section_text.find('\n', m_current_line); in FindNextLine()83 if (m_next_line >= m_section_text.size()) in FindNextLine()100 m_section_text = toStringRef(data.GetData()); in LineIterator()102 assert(m_current_line < m_section_text.size()); in LineIterator()123 m_section_text = toStringRef(data.GetData()); in operator ++()