Searched refs:mapTestFuncs (Results 1 – 1 of 1) sorted by relevance
1108 std::map<std::string, __u64> mapTestFuncs; in collectTests() local1115 if (mapTestFuncs.find(name) != mapTestFuncs.end() && in collectTests()1116 mapTestFuncs[name] != func) { in collectTests()1120 mapTestFuncs[name] = func; in collectTests()