Home
last modified time | relevance | path

Searched refs:notSeenDepth0 (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/experimental/filesystem/class.rec.dir.itr/rec.dir.itr.members/
Dpop.pass.cpp46 std::set<path> notSeenDepth0(std::begin(DE0), std::end(DE0)); in TEST_CASE() local
58 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()
Drecursion_pending.pass.cpp135 std::set<path> notSeenDepth0(std::begin(DE0), std::end(DE0)); in TEST_CASE() local
141 notSeenDepth0.erase(it->path()); in TEST_CASE()
152 TEST_CHECK(notSeenDepth0.empty()); in TEST_CASE()
157 TEST_CHECK(! notSeenDepth0.empty()); in TEST_CASE()