HomeSort by relevance Sort by last modified time
    Searched refs:pvect2Front (Results 1 - 2 of 2) sorted by null

  /external/stlport/test/unit/
config_test.cpp 74 int* pvect2Front = &vect2.front();
80 CPPUNIT_ASSERT( pvect2Front == &vect1.front() );
83 CPPUNIT_ASSERT( pvect2Front != &vect1.front() );
  /ndk/sources/android/stlport/test/unit/
config_test.cpp 74 int* pvect2Front = &vect2.front();
80 CPPUNIT_ASSERT( pvect2Front == &vect1.front() );
83 CPPUNIT_ASSERT( pvect2Front != &vect1.front() );

Completed in 764 milliseconds