Searched refs:QueueElem (Results 1 – 2 of 2) sorted by relevance
76 struct QueueElem { struct81 bool operator<=(const QueueElem &other) const;107 std::deque<QueueElem> mQueue;119 void insert(const QueueElem &elem);
31 bool RunLoop::QueueElem::operator<=(const QueueElem &other) const { in operator <=()179 void RunLoop::insert(const QueueElem &elem) { in insert()