Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DRunLoop.h76 struct QueueElem { struct
81 bool operator<=(const QueueElem &other) const;
107 std::deque<QueueElem> mQueue;
119 void insert(const QueueElem &elem);
/device/google/cuttlefish/host/frontend/gcastv2/https/
DRunLoop.cpp31 bool RunLoop::QueueElem::operator<=(const QueueElem &other) const { in operator <=()
179 void RunLoop::insert(const QueueElem &elem) { in insert()