Lines Matching defs:TheMapOfTests
40 std::map<int, Test> *TheMapOfTests = NULL;
74 (*TheMapOfTests)[test_id].Run();
137 for (std::map<int,Test>::iterator it = TheMapOfTests->begin();
138 it != TheMapOfTests->end(); ++it) {
143 for (std::map<int,Test>::iterator it = TheMapOfTests->begin();
144 it != TheMapOfTests->end(); ++it) {
160 if (!TheMapOfTests->count(test_id)) {
168 if (!TheMapOfTests->count(test_id)) {
184 for (std::map<int,Test>::iterator it = TheMapOfTests->begin();
185 it != TheMapOfTests->end();