Home | History | Annotate | Download | only in unit

Lines Matching refs:front

153   CPPUNIT_CHECK( vvints.front() == lvref );
154 CPPUNIT_CHECK( lvints.front() == vvref );
161 int *pvvint = &vvints.front().front();
162 int *plvint = &lvints.front().front();
166 CPPUNIT_CHECK( pvvint == &lvints.front().front() );
167 CPPUNIT_CHECK( plvint == &vvints.front().front() );