HomeSort by relevance Sort by last modified time
    Searched full:copy_constructor_called (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/unit/
sort_test.cpp 183 bool copy_constructor_called = false; local
184 SortTestAux instance(copy_constructor_called);
189 CPPUNIT_ASSERT(copy_constructor_called);
190 copy_constructor_called = false;
192 CPPUNIT_ASSERT(copy_constructor_called);
  /ndk/tests/device/test-gnustl-full/unit/
sort_test.cpp 183 bool copy_constructor_called = false; local
184 SortTestAux instance(copy_constructor_called);
189 CPPUNIT_ASSERT(copy_constructor_called);
190 copy_constructor_called = false;
192 CPPUNIT_ASSERT(copy_constructor_called);
  /ndk/tests/device/test-stlport/unit/
sort_test.cpp 183 bool copy_constructor_called = false; local
184 SortTestAux instance(copy_constructor_called);
189 CPPUNIT_ASSERT(copy_constructor_called);
190 copy_constructor_called = false;
192 CPPUNIT_ASSERT(copy_constructor_called);

Completed in 685 milliseconds