Searched defs:StartedRect (Results 1 – 1 of 1) sorted by relevance
31 struct StartedRect { struct32 IdSet<TId> id_set;33 TNum left, top, bottom;37 bool operator<(const StartedRect<TId, TNum> &rhs) const { in operator <()