Searched refs:m_section_text (Results 1 – 1 of 1) sorted by relevance
63 return m_section_text.slice(m_current_line, m_next_line); in operator *()74 llvm::StringRef m_section_text; member in SymbolFileBreakpad::LineIterator79 m_next_line = m_section_text.find('\n', m_current_line); in FindNextLine()82 if (m_next_line >= m_section_text.size()) in FindNextLine()99 m_section_text = toStringRef(data.GetData()); in LineIterator()101 assert(m_current_line < m_section_text.size()); in LineIterator()122 m_section_text = toStringRef(data.GetData()); in operator ++()