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