Searched refs:TheMapOfTests (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp181 std::map<int, Test> TheMapOfTests; variable
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
[all...]

Completed in 221 milliseconds