Lines Matching defs:heap
25 void ExpectHeap(const H& heap) { in ExpectHeap()
47 void ExpectCanonical(const IntrusiveHeapInt& heap) { in ExpectCanonical()
69 void MakeCanonical(IntrusiveHeapInt* heap) { in MakeCanonical()
114 void DoGrowingOperation(IntrusiveHeap<T>* heap) { in DoGrowingOperation()
189 void DoShrinkingOperation(IntrusiveHeap<T>* heap) { in DoShrinkingOperation()
228 void DoSameSizeOperation(IntrusiveHeap<T>* heap) { in DoSameSizeOperation()
268 void DoRandomHeapOperation(IntrusiveHeap<T>* heap) { in DoRandomHeapOperation()
302 IntrusiveHeap<T> heap({2, 4, 6, 8}); in MoveStressTest() local
328 IntrusiveHeap<T> heap({2, 4, 6, 8}); in CopyStressTest() local
360 IntrusiveHeap<T> heap(vector.begin(), vector.end()); in GeneralStressTest() local
564 IntrusiveHeapInt heap; in TEST() local
571 IntrusiveHeapInt heap(ints.begin(), ints.end()); in TEST() local
582 IntrusiveHeapInt heap{CANONICAL_ELEMENTS}; in TEST() local
588 IntrusiveHeapInt heap{CANONICAL_ELEMENTS}; in TEST() local
598 IntrusiveHeapInt heap{CANONICAL_ELEMENTS}; in TEST() local
609 IntrusiveHeapInt heap{CANONICAL_ELEMENTS}; in TEST() local
620 IntrusiveHeapInt heap; in TEST() local
630 IntrusiveHeapInt heap; in TEST() local
707 IntrusiveHeap<TestElement> heap; in TEST() local
714 IntrusiveHeap<TestElement> heap; in TEST() local
730 IntrusiveHeap<TestElement> heap; in TEST() local
741 IntrusiveHeap<TestElement> heap; in TEST() local
758 IntrusiveHeap<TestElement> heap; in TEST() local
770 IntrusiveHeap<TestElement> heap; in TEST() local
780 IntrusiveHeap<TestElement> heap; in TEST() local
795 IntrusiveHeap<TestElement> heap; in TEST() local
821 IntrusiveHeap<TestElement> heap; in TEST() local
836 IntrusiveHeap<TestElement> heap; in TEST() local
858 IntrusiveHeap<TestElement> heap; in TEST() local
873 IntrusiveHeap<TestElement> heap; in TEST() local
901 IntrusiveHeap<TestElement> heap; in TEST() local
915 IntrusiveHeap<TestElement> heap; in TEST() local
943 IntrusiveHeap<TestElement> heap; in TEST() local
962 IntrusiveHeap<TestElement> heap; in TEST() local
981 IntrusiveHeap<TestElement> heap; in TEST() local
1000 IntrusiveHeap<TestElement> heap; in TEST() local
1019 IntrusiveHeap<TestElement> heap; in TEST() local
1041 IntrusiveHeap<TestElement> heap; in TEST() local
1061 IntrusiveHeap<TestElement> heap; in TEST() local
1078 IntrusiveHeap<TestElement> heap; in TEST() local
1127 IntrusiveHeap<WithHeapHandle<ScopedClosureRunner>, Comparator> heap; in TEST() local