Searched refs:TheMapOfTests (Results 1 – 1 of 1) sorted by relevance
185 std::map<int, Test> TheMapOfTests; variable194 CHECK(TheMapOfTests.count(id) == 0); in TestAdder()195 TheMapOfTests[id] = Test(f, flags); in TestAdder()242 for (std::map<int,Test>::iterator it = TheMapOfTests.begin(); in main()243 it != TheMapOfTests.end(); ++it) { in main()248 for (std::map<int,Test>::iterator it = TheMapOfTests.begin(); in main()249 it != TheMapOfTests.end(); ++it) { in main()257 CHECK(TheMapOfTests.count(f_num)); in main()258 TheMapOfTests[f_num].Run(); in main()265 for (std::map<int,Test>::iterator it = TheMapOfTests.begin(); in main()[all …]