Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/https/
DRunLoop.cpp32 if (mWhen) { in operator <=()
33 if (other.mWhen) { in operator <=()
34 return mWhen <= other.mWhen; in operator <=()
40 if (other.mWhen) { in operator <=()
300 if (mQueue.front().mWhen) { in run()
302 *mQueue.front().mWhen - std::chrono::steady_clock::now(); in run()
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DRunLoop.h77 std::optional<std::chrono::steady_clock::time_point> mWhen; member