Searched defs:SweepEvent (Results 1 – 1 of 1) sorted by relevance
44 struct SweepEvent { struct45 EventType type;46 union {51 TId rect_id;53 bool operator<(const SweepEvent<TId, TNum> &rhs) const { in operator <()