Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DCommon.cpp111 if (m_ArgIndex >= m_CmdLineLength) return false; in ReadNextArg()
115 while (m_ArgIndex < m_CmdLineLength) in ReadNextArg()
123 while (TmpIndex < m_CmdLineLength) in ReadNextArg()
189 while (m_ArgIndex < m_CmdLineLength && isspace(m_CmdLine[m_ArgIndex])) in ReadNextArg()
216 m_CmdLineLength(0), in CmdLineParser()
237 m_CmdLineLength = strlen(m_CmdLine); in CmdLineParser()
239 while (m_ArgIndex < m_CmdLineLength && isspace(m_CmdLine[m_ArgIndex])) in CmdLineParser()
DCommon.h237 size_t m_CmdLineLength; variable