Searched refs:HeapItem (Results 1 – 4 of 4) sorted by relevance
70 HeapItem * pNew = new HeapItem(i_sKey, i_sValue); in InsertValue()118 HeapItem *123 HeapItem * pSearch = 0; in ReleaseTop()154 HeapItem::HeapItem( const char * i_sKey, in HeapItem() function in HeapItem162 HeapItem::~HeapItem() in ~HeapItem()167 HeapItem::operator<( const HeapItem & i_rOther ) const in operator <()180 HeapItem::Value() const in Value()186 HeapItem::Key() const in Key()191 HeapItem *192 HeapItem::Next() const in Next()[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()
Completed in 21 milliseconds