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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 680 CAssoc *m_pFreeList;
710 m_pFreeList = NULL;
749 m_pFreeList = NULL;
763 if(!m_pFreeList) {
768 pAssoc->pNext = m_pFreeList;
769 m_pFreeList = pAssoc;
772 _ASSERT(m_pFreeList!=NULL);
773 CDXMap::CAssoc *pAssoc = m_pFreeList;
774 m_pFreeList = m_pFreeList->pNext
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 902 CAssoc* m_pFreeList;
1044 CAssoc* m_pFreeList;
    [all...]

Completed in 288 milliseconds