Searched refs:seenFunctions (Results 1 – 2 of 2) sorted by relevance
110 seenFunctions := map[string]bool{}121 if !seenFunctions[fn.Name] {123 seenFunctions[fn.Name] = true
6445 std::set<TestCase> seenFunctions; in enforceNoDuplicateTestCases() local6449 std::pair<std::set<TestCase>::const_iterator, bool> prev = seenFunctions.insert( *it ); in enforceNoDuplicateTestCases()