Lines Matching refs:overlaps

103         CPPUNIT_ASSERT_MESSAGE("int overlaps1", t1.overlaps(t1));  in int_test()
104 CPPUNIT_ASSERT_MESSAGE("int overlaps2", t1.overlaps(t2)); in int_test()
105 CPPUNIT_ASSERT_MESSAGE("int overlaps3", ! t1.overlaps(t3)); in int_test()
106 CPPUNIT_ASSERT_MESSAGE("int overlaps4", t1.overlaps(t4)); in int_test()
107 CPPUNIT_ASSERT_MESSAGE("int overlaps5", t1.overlaps(t5)); in int_test()
108 CPPUNIT_ASSERT_MESSAGE("int overlaps6", t1.overlaps(t6)); in int_test()
109 CPPUNIT_ASSERT_MESSAGE("int overlaps7", t1.overlaps(t7)); in int_test()
110 CPPUNIT_ASSERT_MESSAGE("int overlaps8", t1.overlaps(t8)); in int_test()
111 CPPUNIT_ASSERT_MESSAGE("int overlaps9", ! t1.overlaps(t9)); in int_test()
112 CPPUNIT_ASSERT_MESSAGE("int overlaps10", t1.overlaps(t10)); in int_test()
113 CPPUNIT_ASSERT_MESSAGE("int overlaps11", ! t1.overlaps(t11)); in int_test()
114 CPPUNIT_ASSERT_MESSAGE("int overlaps12", ! t1.overlaps(t12)); in int_test()
115 CPPUNIT_ASSERT_MESSAGE("int overlaps13", ! t1.overlaps(t13)); in int_test()
189 CPPUNIT_ASSERT_MESSAGE("ivec overlaps1", t1.overlaps(t1)); in iterator_test()
190 CPPUNIT_ASSERT_MESSAGE("ivec overlaps2", t1.overlaps(t2)); in iterator_test()
191 CPPUNIT_ASSERT_MESSAGE("ivec overlaps3", ! t1.overlaps(t3)); in iterator_test()
192 CPPUNIT_ASSERT_MESSAGE("ivec overlaps4", t1.overlaps(t4)); in iterator_test()
193 CPPUNIT_ASSERT_MESSAGE("ivec overlaps5", t1.overlaps(t5)); in iterator_test()
194 CPPUNIT_ASSERT_MESSAGE("ivec overlaps6", t1.overlaps(t6)); in iterator_test()
195 CPPUNIT_ASSERT_MESSAGE("ivec overlaps7", t1.overlaps(t7)); in iterator_test()
196 CPPUNIT_ASSERT_MESSAGE("ivec overlaps8", t1.overlaps(t8)); in iterator_test()
197 CPPUNIT_ASSERT_MESSAGE("ivec overlaps9", ! t1.overlaps(t9)); in iterator_test()
198 CPPUNIT_ASSERT_MESSAGE("ivec overlaps10", t1.overlaps(t10)); in iterator_test()
199 CPPUNIT_ASSERT_MESSAGE("ivec overlaps11", ! t1.overlaps(t11)); in iterator_test()
200 CPPUNIT_ASSERT_MESSAGE("ivec overlaps12", ! t1.overlaps(t12)); in iterator_test()
201 CPPUNIT_ASSERT_MESSAGE("ivec overlaps13", ! t1.overlaps(t13)); in iterator_test()