Searched defs:m_DataLists (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) {}
1508 IFX_Allocator* pAllocator = m_DataLists.m_pAllocator;
1509 for (FX_INT32 i = m_DataLists.GetUpperBound(); i >= 0; i--) {
1510 DataList list = m_DataLists.ElementAt(i);
1515 m_DataLists.RemoveAll();
1524 IFX_Allocator* pAllocator = m_DataLists.m_pAllocator;
1546 if (m_CurList < 0 || m_CurList >= m_DataLists.GetSize()) {
1549 DataList *pCurList = m_DataLists.GetDataPtr(m_CurList);
1553 FX_INT32 iEnd = m_DataLists.GetUpperBound();
1557 DataList* list = m_DataLists
1599 CFX_ArrayTemplate<DataList> m_DataLists; member in class:CFX_SortListArray
[all...]

Completed in 673 milliseconds