Home
last modified time | relevance | path

Searched refs:pvect1Front (Results 1 – 1 of 1) sorted by relevance

/external/stlport/test/unit/
Dconfig_test.cpp72 int* pvect1Front = &vect1.front(); in template_function_partial_ordering() local
79 CPPUNIT_ASSERT( pvect1Front == &vect2.front() ); in template_function_partial_ordering()
82 CPPUNIT_ASSERT( pvect1Front != &vect2.front() ); in template_function_partial_ordering()