Searched refs:SequenceAndSortKey (Results 1 – 2 of 2) sorted by relevance
19 class PriorityQueue::SequenceAndSortKey { class in base::internal::PriorityQueue21 SequenceAndSortKey(scoped_refptr<Sequence> sequence, in SequenceAndSortKey() function in base::internal::PriorityQueue::SequenceAndSortKey32 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()
89 class SequenceAndSortKey;91 using ContainerType = std::priority_queue<SequenceAndSortKey>;