Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dheap.h82 inline void SetIndex(int index) { in SetIndex() function
186 _list[pos]->SetIndex(pos); in HeapUp()
187 _list[pos/2]->SetIndex(pos/2); in HeapUp()
228 _list[pos]->SetIndex(pos); in HeapDown()
229 _list[min_son]->SetIndex(min_son); in HeapDown()
253 item->SetIndex(_count); in HeapPush()
270 _list[1]->SetIndex(1); in HeapPop()
277 top->SetIndex(0); in HeapPop()
296 _list[pos]->SetIndex(pos); in HeapDelete()
303 del->SetIndex(0); in HeapDelete()