Home
last modified time | relevance | path

Searched defs:compareLess (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DNonCopyingSort.h35 …e void siftDown(RandomAccessIterator array, ptrdiff_t start, ptrdiff_t end, Predicate compareLess) in siftDown()
53 inline void heapify(RandomAccessIterator array, ptrdiff_t count, Predicate compareLess) in heapify()
64 void heapSort(RandomAccessIterator start, RandomAccessIterator end, Predicate compareLess) in heapSort()
78 …ne void nonCopyingSort(RandomAccessIterator start, RandomAccessIterator end, Predicate compareLess) in nonCopyingSort()