Searched refs:remove_heap (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/chre/util/tests/ |
H A D | heap_test.cc | 60 EXPECT_DEATH(chre::remove_heap(v, 1, comp), ""); in TEST() 87 chre::remove_heap(v, std::rand() % s, comp); in TEST()
|
/aosp12/system/chre/util/include/chre/util/ |
H A D | heap.h | 63 void remove_heap(ContainerType &container, size_t index,
|
H A D | heap_impl.h | 95 void remove_heap(ContainerType &container, size_t index, in remove_heap() function
|
H A D | priority_queue_impl.h | 107 remove_heap(mData, index, mCompare); in remove()
|