Home
last modified time | relevance | path

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

/external/libcxx/test/std/experimental/filesystem/class.rec.dir.itr/rec.dir.itr.members/
Dmove_assign.pass.cpp122 const recursive_directory_iterator it_copy(it); in TEST_CASE() local
135 TEST_CHECK(it2.options() == it_copy.options()); in TEST_CASE()
136 TEST_CHECK(it2.depth() == it_copy.depth()); in TEST_CASE()
137 TEST_CHECK(it2.recursion_pending() == it_copy.recursion_pending()); in TEST_CASE()
/external/protobuf/src/google/protobuf/
Dmap_test.cc149 Map<int32, int32>::iterator it_copy = it; in ExpectElement() local
150 EXPECT_EQ(key, it_copy->first); in ExpectElement()
151 EXPECT_EQ(value, it_copy->second); in ExpectElement()