Searched defs:m_CurList (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h1498 CFX_SortListArray(IFX_Allocator* pAllocator = NULL) : m_CurList(0), m_DataLists(pAllocator) {}
1516 m_CurList = 0;
1546 if (m_CurList < 0 || m_CurList >= m_DataLists.GetSize()) {
1549 DataList *pCurList = m_DataLists.GetDataPtr(m_CurList);
1564 m_CurList = iMid;
1598 FX_INT32 m_CurList; member in class:CFX_SortListArray

Completed in 58 milliseconds