Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DCommon.h148 m_NumBytes(numBytes), in LineSplit()
159 const size_t m_NumBytes; variable
DCommon.cpp54 if(m_NextLineBeg < m_NumBytes) in GetNextLine()
58 while(currLineEnd < m_NumBytes && m_Data[currLineEnd] != '\n') in GetNextLine()