Home
last modified time | relevance | path

Searched refs:IntrusiveHeap (Results 1 – 6 of 6) 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/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc132 class IntrusiveHeap { class
142 explicit IntrusiveHeap( in IntrusiveHeap() function in tensorflow::__anond2c82b040111::IntrusiveHeap
486 IntrusiveHeap<DeviceNode, typename DeviceNode::Compare> heap_;