Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlsyntaxparser.cpp93 m_iIndexInBlock(0), in CFX_XMLSyntaxParser()
119 std::tie(m_pCurrentBlock, m_iIndexInBlock) = in CFX_XMLSyntaxParser()
167 std::tie(m_pCurrentBlock, m_iIndexInBlock) = in DoSyntaxParse()
215 std::tie(m_pCurrentBlock, m_iIndexInBlock) = in DoSyntaxParse()
224 if (m_iIndexInBlock == m_iAllocStep) { in DoSyntaxParse()
225 std::tie(m_pCurrentBlock, m_iIndexInBlock) = in DoSyntaxParse()
231 m_pCurrentBlock[m_iIndexInBlock++] = ch; in DoSyntaxParse()
268 std::tie(m_pCurrentBlock, m_iIndexInBlock) = in DoSyntaxParse()
274 if (m_iIndexInBlock == m_iAllocStep) { in DoSyntaxParse()
275 std::tie(m_pCurrentBlock, m_iIndexInBlock) = in DoSyntaxParse()
[all …]
Dcfx_xmlsyntaxparser.h120 int32_t m_iIndexInBlock; variable