Searched defs:TaskItem (Results 1 – 2 of 2) sorted by relevance
146 struct TaskItem { struct147 TaskItem(TaskType t, int c, bool s) : type(t), cookie(c), start(s) {} in TaskItem() argument149 TaskType type;150 int cookie;151 bool start;153 bool operator==(const TaskItem& other) const { in operator ==()
134 struct TaskItem { struct135 TaskItem(TaskType t, int c, bool s) in TaskItem() function141 TaskType type;142 int cookie;143 bool start;145 bool operator == (const TaskItem& other) const { in operator ==()