Home | History | Annotate | Download | only in xml

Lines Matching refs:m_pCommentContext

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) {
428 while (m_pCommentContext->m_iTailCount > 0) {
430 m_pCommentContext->m_iTailCount--;