Searched refs:m_NextLineBeg (Results 1 – 2 of 2) sorted by relevance
54 if(m_NextLineBeg < m_NumBytes) in GetNextLine()56 out.beg = m_Data + m_NextLineBeg; in GetNextLine()57 size_t currLineEnd = m_NextLineBeg; in GetNextLine()66 m_NextLineBeg = currLineEnd + 1; // Past '\n' in GetNextLine()
149 m_NextLineBeg(0), in LineSplit()160 size_t m_NextLineBeg; variable