Searched refs:notSeenDepth0 (Results 1 – 2 of 2) sorted by relevance
46 std::set<path> notSeenDepth0(std::begin(DE0), std::end(DE0)); in TEST_CASE() local58 notSeenDepth0.erase(it->path()); in TEST_CASE()72 TEST_REQUIRE(notSeenDepth0.empty() && notSeenDepth1.empty()); in TEST_CASE()85 TEST_REQUIRE(!notSeenDepth0.empty()); in TEST_CASE()87 TEST_CHECK(notSeenDepth0.count(it->path())); in TEST_CASE()88 notSeenDepth0.clear(); in TEST_CASE()
135 std::set<path> notSeenDepth0(std::begin(DE0), std::end(DE0)); in TEST_CASE() local141 notSeenDepth0.erase(it->path()); in TEST_CASE()152 TEST_CHECK(notSeenDepth0.empty()); in TEST_CASE()157 TEST_CHECK(! notSeenDepth0.empty()); in TEST_CASE()