Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/unit/
Dconfig_test.cpp71 vector<int> vect1(10, 0); in template_function_partial_ordering() local
72 int* pvect1Front = &vect1.front(); in template_function_partial_ordering()
76 swap(vect1, vect2); in template_function_partial_ordering()
80 CPPUNIT_ASSERT( pvect2Front == &vect1.front() ); in template_function_partial_ordering()
83 CPPUNIT_ASSERT( pvect2Front != &vect1.front() ); in template_function_partial_ordering()
/ndk/tests/device/test-gnustl-full/unit/
Dconfig_test.cpp71 vector<int> vect1(10, 0); in template_function_partial_ordering() local
72 int* pvect1Front = &vect1.front(); in template_function_partial_ordering()
76 swap(vect1, vect2); in template_function_partial_ordering()
80 CPPUNIT_ASSERT( pvect2Front == &vect1.front() ); in template_function_partial_ordering()
83 CPPUNIT_ASSERT( pvect2Front != &vect1.front() ); in template_function_partial_ordering()