Searched defs:TaskBreadthWithId (Results 1 – 1 of 1) sorted by relevance
35 struct TaskBreadthWithId { struct36 size_t breadth;37 TaskId task_id;39 TaskBreadthWithId(size_t breadth, size_t task_id) in TaskBreadthWithId() function43 bool operator<(const TaskBreadthWithId& other) const { in operator <()