Searched defs:DelayedEntryTimeout (Results 1 – 1 of 1) sorted by relevance
64 struct DelayedEntryTimeout { struct in webrtc::__anon0fef845b0111::TaskQueueStdlib66 int64_t next_fire_at_us{};67 OrderId order{};69 bool operator<(const DelayedEntryTimeout& o) const { in operator <()