Lines Matching defs:tasks
9200 { tasks.push_back(val); }9206 { return tasks; }9216 tasks.clear();9227 tasks = other.tasks;9242 std::vector<Task *> tasks;9527 //Now let's do the tasks9528 std::vector<Task *> &tasks = target.getTasks();9529 for (std::size_t i=0 ; i<tasks.size() ; i++)9531 Task *task = tasks[i];