Home
last modified time | relevance | path

Searched refs:nextLine_ (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/memory_plugin/src/
Dbuffer_splitter.cpp21 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()
/developtools/profiler/device/plugins/memory_plugin/include/
Dbuffer_splitter.h66 char* nextLine_; variable