Lines Matching refs:TheMapOfTests
185 std::map<int, Test> TheMapOfTests; variable
194 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()
266 it != TheMapOfTests.end(); in main()