HomeSort by relevance Sort by last modified time
    Searched refs:m_pCommentContext (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fde/xml/
cfx_saxreader.cpp 132 m_pCommentContext(nullptr) {
160 delete m_pCommentContext;
161 m_pCommentContext = nullptr;
398 if (!m_pCommentContext)
399 m_pCommentContext = new CFX_SAXCommentContext;
401 m_pCommentContext->m_iHeaderCount = 1;
402 m_pCommentContext->m_iTailCount = 0;
412 m_pCommentContext->m_iHeaderCount = 2;
418 m_pCommentContext->m_iTailCount++;
419 } else if (m_CurByte == '>' && m_pCommentContext->m_iTailCount == 2)
    [all...]
cfx_saxreader.h 143 CFX_SAXCommentContext* m_pCommentContext;

Completed in 64 milliseconds