Searched defs:TaskItem (Results 1 – 2 of 2) sorted by relevance
387 struct TaskItem { struct388 TaskItem(TaskType t, int c, bool s) in TaskItem() argument394 TaskType type;395 int cookie;396 bool start;398 bool operator == (const TaskItem& other) const { in operator ==()
161 struct TaskItem { struct162 TaskItem(TaskType t, int c, bool s) in TaskItem() function168 TaskType type;169 int cookie;170 bool start;172 bool operator == (const TaskItem& other) const { in operator ==()