Lines Matching refs:PointerList
98 class PointerList class
106 PointerList() { pFirst = NULL; pLast = NULL; nCount = 0; } in PointerList() function in PointerList
107 ~PointerList();
141 PointerList aThisList;
154 PointerList* pProfList;
155 PointerList* pXtorList;
517 PointerList::~PointerList() in ~PointerList()
530 void PointerList::Add( const void* p ) in Add()
568 sal_Bool PointerList::Remove( const void* p ) in Remove()
611 const void* PointerList::Get( sal_uIntPtr nPos ) const in Get()
641 sal_Bool PointerList::IsIn( const void* p ) const in IsIn()
828 aDebugData.pXtorList = new PointerList; in GetDebugData()
830 aDebugData.pProfList = new PointerList; in GetDebugData()