Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DCommon.cpp54 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()
DCommon.h149 m_NextLineBeg(0), in LineSplit()
160 size_t m_NextLineBeg; variable