/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/click/ |
H A D | heap.hh | 145 inline void remove_heap(iterator_type begin, iterator_type end, in remove_heap() function 159 inline void remove_heap(iterator_type begin, iterator_type end, in remove_heap() function 163 remove_heap(begin, end, element, comp, do_nothing<iterator_type, iterator_type>()); in remove_heap() 195 remove_heap(begin, end, begin, comp, place); in pop_heap() 359 inline void remove_heap(iterator_type begin, iterator_type end, in remove_heap() function 374 inline void remove_heap(iterator_type begin, iterator_type end, in remove_heap() function 378 remove_heap<arity>(begin, end, element, comp, do_nothing<iterator_type, iterator_type>()); in remove_heap() 412 remove_heap<arity>(begin, end, begin, comp, place); in pop_heap()
|
/dports/biology/rainbow/rainbow_2.0.4/ |
H A D | heap.h | 65 static inline void remove_heap(Heap *heap, size_t idx){ in remove_heap() function 90 remove_heap(heap, 0); in pop_heap()
|
H A D | tags | 672 remove_heap heap.h /^static inline void remove_heap(Heap *heap, size_t idx){$/;" f
|
/dports/devel/eastl/EASTL-3.13.06/test/source/ |
H A D | TestHeap.cpp | 158 remove_heap(pArray2, nArraySize, position); in TestHeap() 161 remove_heap(pArray3, nArraySize, position); in TestHeap() 264 eastl::remove_heap(heap.begin(), heap.size(), (eastl_size_t)4); in TestHeap()
|
/dports/devel/eastl/EASTL-3.13.06/include/EASTL/ |
H A D | heap.h | 501 inline void remove_heap(RandomAccessIterator first, Distance heapSize, Distance position) in remove_heap() function 524 …inline void remove_heap(RandomAccessIterator first, Distance heapSize, Distance position, Compare … in remove_heap() function 553 eastl::remove_heap<RandomAccessIterator, Distance>(first, heapSize, position); in change_heap() 573 eastl::remove_heap<RandomAccessIterator, Distance, Compare>(first, heapSize, position, compare); in change_heap()
|
H A D | priority_queue.h | 399 eastl::remove_heap(c.begin(), c.size(), n, comp); in remove()
|
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/libsrc/ |
H A D | timer.cc | 310 remove_heap<4>(ts._timer_heap.begin(), ts._timer_heap.end(), in unschedule()
|
H A D | timerset.cc | 63 remove_heap<4>(_timer_heap.begin(), _timer_heap.end(), thp, heap_less(), heap_place()); in kill_router()
|
/dports/devel/eastl/EASTL-3.13.06/doc/ |
H A D | Modules.md | 31 …ap structure functionality: make_heap, push_heap, pop_heap, sort_heap, is_heap, remove_heap, etc. |
|
H A D | Gotchas.md | 78 Algorithms such as remove, remove_if, remove_heap, and unique do not erase elements from the sequen…
|
H A D | BestPractices.md | 646 * remove_heap
|