Searched refs:pop_heap (Results 1 – 4 of 4) sorted by relevance
19 EXPECT_DEATH(chre::pop_heap(v, comp), ""); in TEST()46 chre::pop_heap(v, comp); in TEST()94 chre::pop_heap(v, comp); in TEST()110 chre::pop_heap(v, std::greater<int>()); in TEST()
50 void pop_heap(ContainerType& container, const CompareFunction& compare);
86 void pop_heap(ContainerType& container, const CompareFunction& compare) { in pop_heap() function
96 pop_heap(mData, mCompare); in pop()