Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/unit/
Dsort_test.cpp183 bool copy_constructor_called = false; in sort4() local
184 SortTestAux instance(copy_constructor_called); in sort4()
189 CPPUNIT_ASSERT(copy_constructor_called); in sort4()
190 copy_constructor_called = false; in sort4()
192 CPPUNIT_ASSERT(copy_constructor_called); in sort4()
/ndk/tests/device/test-gnustl-full/unit/
Dsort_test.cpp183 bool copy_constructor_called = false; in sort4() local
184 SortTestAux instance(copy_constructor_called); in sort4()
189 CPPUNIT_ASSERT(copy_constructor_called); in sort4()
190 copy_constructor_called = false; in sort4()
192 CPPUNIT_ASSERT(copy_constructor_called); in sort4()