OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remove_heap
(Results
1 - 4
of
4
) sorted by null
/system/chre/util/include/chre/util/
heap.h
63
void
remove_heap
(ContainerType& container, size_t index,
heap_impl.h
95
void
remove_heap
(ContainerType& container, size_t index,
function in namespace:chre::__anon114134
priority_queue_impl.h
105
remove_heap
(mData, index, mCompare);
/system/chre/util/tests/
heap_test.cc
59
EXPECT_DEATH(chre::
remove_heap
(v, 1, comp), "");
85
chre::
remove_heap
(v, std::rand() % s, comp);
Completed in 95 milliseconds