Searched refs:TaskItem (Results 1 – 1 of 1) sorted by relevance
/external/libchrome/base/message_loop/ |
D | message_loop_unittest.cc | 134 struct TaskItem { struct 135 TaskItem(TaskType t, int c, bool s) in TaskItem() function 145 bool operator == (const TaskItem& other) const { in operator ==() argument 168 std::ostream& operator <<(std::ostream& os, const TaskItem& item) { in operator <<() 178 TaskItem item(type, cookie, true); in RecordStart() 184 TaskItem item(type, cookie, false); in RecordEnd() 193 TaskItem Get(int n) { in Get() 198 std::vector<TaskItem> task_list_; 543 EXPECT_EQ(order.Get(0), TaskItem(RECURSIVE, 1, true)); in RunTest_RecursiveDenial2() 544 EXPECT_EQ(order.Get(1), TaskItem(RECURSIVE, 1, false)); in RunTest_RecursiveDenial2() [all …]
|