Searched refs:HeapItem (Results 1 – 4 of 4) sorted by relevance
53 HeapItem * & rColumn = dpColumnsArray[i]; in ~Heap()54 for ( HeapItem * pValue = rColumn; pValue != 0; pValue = rColumn ) in ~Heap()68 HeapItem * pSearch1 = 0; in InsertValue()69 HeapItem * pSearch2 = 0; in InsertValue()70 HeapItem * pNew = new HeapItem(i_sKey, i_sValue); in InsertValue()118 HeapItem *122 HeapItem * ret = dpColumnsArray[0]; in ReleaseTop()123 HeapItem * pSearch = 0; in ReleaseTop()154 HeapItem::HeapItem( const char * i_sKey, in HeapItem() function in HeapItem162 HeapItem::~HeapItem() in ~HeapItem()[all …]
29 class HeapItem;41 HeapItem * ReleaseTop(); /// @return must be deleted by caller of method.44 typedef HeapItem * Column;55 class HeapItem class58 HeapItem(61 ~HeapItem( );64 const HeapItem & i_rOther ) const;66 const HeapItem & i_rOther ) const in operator <=()70 HeapItem * Next() const;73 HeapItem * i_pNext );[all …]
203 HeapItem * pLastHeapTop = 0; in Create_TypeInfo()204 …for ( HeapItem * pHeapTop = aTypesHeap.ReleaseTop(); pHeapTop != 0; pHeapTop = aTypesHeap.ReleaseT… in Create_TypeInfo()290 HeapItem * pLastHeapTop = 0; in StreamOut_TypeInfo()291 …for ( HeapItem * pHeapTop = aTypesHeap.ReleaseTop(); pHeapTop != 0; pHeapTop = aTypesHeap.ReleaseT… in StreamOut_TypeInfo()
200 for ( HeapItem * pHeapTop = i_rHeap.ReleaseTop(); in WriteHeap()