Searched defs:TaskItem (Results 1 – 2 of 2) sorted by relevance
150 struct TaskItem { struct151 TaskItem(TaskType t, int c, bool s) : type(t), cookie(c), start(s) {} in TaskItem() argument153 TaskType type;154 int cookie;155 bool start;157 bool operator==(const TaskItem& other) const { in operator ==()
134 struct TaskItem { struct135 TaskItem(TaskType t, int c, bool s) in TaskItem() argument141 TaskType type;142 int cookie;143 bool start;145 bool operator == (const TaskItem& other) const { in operator ==()