Lines Matching defs:TestPendingTask
18 // TestPendingTask is a helper class for test TaskRunner
21 struct TestPendingTask {
24 TestPendingTask();
25 TestPendingTask(TestPendingTask&& other);
26 TestPendingTask(const Location& location,
31 ~TestPendingTask();
33 TestPendingTask& operator=(TestPendingTask&& other);
54 bool ShouldRunBefore(const TestPendingTask& other) const;
72 DISALLOW_COPY_AND_ASSIGN(TestPendingTask);
77 std::ostream& operator<<(std::ostream& os, const TestPendingTask& task);
78 void PrintTo(const TestPendingTask& task, std::ostream* os);