Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DCommon.cpp117 char Ch = m_CmdLine[m_ArgIndex]; in ReadNextArg()
125 char TmpCh = m_CmdLine[TmpIndex]; in ReadNextArg()
189 while (m_ArgIndex < m_CmdLineLength && isspace(m_CmdLine[m_ArgIndex])) in ReadNextArg()
214 m_CmdLine(NULL), in CmdLineParser()
228 m_CmdLine(CmdLine), in CmdLineParser()
237 m_CmdLineLength = strlen(m_CmdLine); in CmdLineParser()
239 while (m_ArgIndex < m_CmdLineLength && isspace(m_CmdLine[m_ArgIndex])) in CmdLineParser()
DCommon.h235 const char *m_CmdLine; variable