Home
last modified time | relevance | path

Searched refs:PointerList (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/tools/source/debug/ !
H A Ddebug.cxx98 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()
[all …]