Home
last modified time | relevance | path

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

/external/libchrome/base/task_scheduler/
Dpriority_queue.cc19 class PriorityQueue::SequenceAndSortKey { class in base::internal::PriorityQueue
21 SequenceAndSortKey(scoped_refptr<Sequence> sequence, in SequenceAndSortKey() function in base::internal::PriorityQueue::SequenceAndSortKey
32 SequenceAndSortKey(SequenceAndSortKey&& other) = default;
33 SequenceAndSortKey& operator=(SequenceAndSortKey&& other) = default;
44 bool operator<(const SequenceAndSortKey& other) const { in operator <()
50 bool operator>(const SequenceAndSortKey& other) const = delete;
58 DISALLOW_COPY_AND_ASSIGN(SequenceAndSortKey);
86 const_cast<PriorityQueue::SequenceAndSortKey&>( in PopSequence()
Dpriority_queue.h89 class SequenceAndSortKey;
91 using ContainerType = std::priority_queue<SequenceAndSortKey>;