Home
last modified time | relevance | path

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

/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/click/
H A Dheap.hh145 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 Dheap.h65 static inline void remove_heap(Heap *heap, size_t idx){ in remove_heap() function
90 remove_heap(heap, 0); in pop_heap()
H A Dtags672 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 DTestHeap.cpp158 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 Dheap.h501 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 Dpriority_queue.h399 eastl::remove_heap(c.begin(), c.size(), n, comp); in remove()
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/libsrc/
H A Dtimer.cc310 remove_heap<4>(ts._timer_heap.begin(), ts._timer_heap.end(), in unschedule()
H A Dtimerset.cc63 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 DModules.md31 …ap structure functionality: make_heap, push_heap, pop_heap, sort_heap, is_heap, remove_heap, etc. |
H A DGotchas.md78 Algorithms such as remove, remove_if, remove_heap, and unique do not erase elements from the sequen…
H A DBestPractices.md646 * remove_heap