Searched refs:hit2 (Results 1 – 1 of 1) sorted by relevance
132 test_it hit2 = hv.begin() + 88; in iterator_test() local135 t1(hit1, hit2); in iterator_test()141 CPPUNIT_ASSERT_MESSAGE("ivec ctor2", t1.end() == hit2); in iterator_test()159 range<test_it> t8(hv.begin() + 87, hit2); in iterator_test()160 range<test_it> t9(hit2, hit2); in iterator_test()183 CPPUNIT_ASSERT_MESSAGE("ivec contains n6", ! t1.contains(hit2)); in iterator_test()187 range<test_it> t13(hit2, hv.begin() + 99); in iterator_test()
Completed in 7 milliseconds