Searched refs:nextLine_ (Results 1 – 2 of 2) sorted by relevance
21 nextLine_ = const_cast<char*>(buf); in BufferSplitter()38 next_ = nextLine_; in NextLine()49 nextLine_ = end_; in NextLine()53 nextLine_ = ++next_; in NextLine()55 curLineSize_ = static_cast<size_t>(nextLine_ - curLine_ - 1); in NextLine()74 for (; next_ < nextLine_; next_++) { in NextWord()80 if (++next_ >= nextLine_) { in NextWord()
66 char* nextLine_; variable