Searched refs:TheMapOfTests (Results 1 – 1 of 1) sorted by relevance
181 std::map<int, Test> TheMapOfTests; variable190 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()[all …]