Home
last modified time | relevance | path

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

/haiku/headers/cpp/
H A Dstl_algo.h2809 bool __is_heap(_RandomAccessIter __first, _Distance __n) in __is_heap() function
2822 bool __is_heap(_RandomAccessIter __first, _StrictWeakOrdering __comp, in __is_heap() function
2838 return __is_heap(__first, __last - __first); in is_heap()
2846 return __is_heap(__first, __comp, __last - __first); in is_heap()