Home | History | Annotate | Download | only in rec.dir.itr.members

Lines Matching refs:depth

36     //   it.depth() == 1
44 while (it.depth() != 1) {
48 TEST_ASSERT(it.depth() == 1);
59 // it.depth() == 2
67 while (it.depth() != 2) {
71 TEST_ASSERT(it.depth() == 2);
92 TEST_CHECK(to.depth() == from.depth());
117 TEST_CHECK(it2.depth() != it.depth());
124 TEST_CHECK(it2.depth() == it.depth());
144 TEST_CHECK(it2.depth() == it.depth());
153 TEST_CHECK(it2.depth() == it.depth());