Lines Matching refs:TheMapOfTests
181 std::map<int, Test> TheMapOfTests; variable
190 CHECK(TheMapOfTests.count(id) == 0); in TestAdder()
191 TheMapOfTests[id] = Test(f, flags); in TestAdder()
238 for (std::map<int,Test>::iterator it = TheMapOfTests.begin(); in main()
239 it != TheMapOfTests.end(); ++it) { in main()
244 for (std::map<int,Test>::iterator it = TheMapOfTests.begin(); in main()
245 it != TheMapOfTests.end(); ++it) { in main()
253 CHECK(TheMapOfTests.count(f_num)); in main()
254 TheMapOfTests[f_num].Run(); in main()
261 for (std::map<int,Test>::iterator it = TheMapOfTests.begin(); in main()
262 it != TheMapOfTests.end(); in main()