Searched refs:m_dwBufIndex (Results 1 – 2 of 2) sorted by relevance
28 m_dwBufIndex(0) {} in CFX_SAXFile()52 m_dwBufIndex = 0; in StartFile()65 m_dwBufIndex = 0; in ReadNextBlock()213 FX_DWORD& index = m_File.m_dwBufIndex; in ContinueParse()325 m_dwNodePos = m_File.m_dwCur + m_File.m_dwBufIndex; in ParseText()354 m_dwDataOffset = m_File.m_dwBufIndex; in ParseNodeStart()371 m_dwDataOffset = m_File.m_dwBufIndex; in ParseDeclOrComment()379 m_dwNodePos = m_File.m_dwCur + m_File.m_dwBufIndex; in ParseComment()452 m_dwDataOffset = m_File.m_dwBufIndex; in ParseTagAttributeName()523 m_dwNodePos = m_File.m_dwCur + m_File.m_dwBufIndex; in ParseTagClose()[all …]
22 FX_DWORD m_dwBufIndex; variable