Home
last modified time | relevance | path

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

/external/libchrome/base/task/sequence_manager/
Dintrusive_heap_unittest.cc37 return IntrusiveHeap<TestElement>::CompareNodes(a, b); in CompareNodes()
42 IntrusiveHeap<TestElement> heap; in TEST_F()
49 IntrusiveHeap<TestElement> heap; in TEST_F()
65 IntrusiveHeap<TestElement> heap; in TEST_F()
76 IntrusiveHeap<TestElement> heap; in TEST_F()
93 IntrusiveHeap<TestElement> heap; in TEST_F()
104 IntrusiveHeap<TestElement> heap; in TEST_F()
119 IntrusiveHeap<TestElement> heap; in TEST_F()
143 IntrusiveHeap<TestElement> heap; in TEST_F()
165 IntrusiveHeap<TestElement> heap; in TEST_F()
[all …]
Dintrusive_heap.h18 class IntrusiveHeap; variable
29 friend class IntrusiveHeap;
48 class IntrusiveHeap {
50 IntrusiveHeap() : nodes_(kMinimumHeapSize), size_(0) {} in IntrusiveHeap() function
52 ~IntrusiveHeap() { in ~IntrusiveHeap()
Dwork_queue_sets.h92 std::vector<IntrusiveHeap<OldestTaskEnqueueOrder>> work_queue_heaps_;
Dtime_domain.h130 internal::IntrusiveHeap<ScheduledDelayedWakeUp> delayed_wake_up_queue_;
Dwork_queue_sets.cc150 for (const IntrusiveHeap<OldestTaskEnqueueOrder>& heap : work_queue_heaps_) { in ContainsWorkQueueForTest()
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dtemplate-expected.cc333 class IntrusiveHeap { class
Dtemplate-original.cc332 class IntrusiveHeap { class