Home
last modified time | relevance | path

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

/ndk/tests/device/test-gnustl-full/unit/
Dmap_test.cpp284 MapInt mint2(intLess, stack2); in allocator_with_state() local
286 mint2.insert(MapInt::value_type(i, i)); in allocator_with_state()
287 MapInt mint2Cpy(mint2); in allocator_with_state()
289 mint1.swap(mint2); in allocator_with_state()
292 CPPUNIT_ASSERT( mint2.get_allocator().swaped() ); in allocator_with_state()
295 CPPUNIT_ASSERT( mint2 == mint1Cpy ); in allocator_with_state()
297 CPPUNIT_ASSERT( mint2.get_allocator() == stack1 ); in allocator_with_state()
/ndk/tests/device/test-stlport/unit/
Dmap_test.cpp284 MapInt mint2(intLess, stack2); in allocator_with_state() local
286 mint2.insert(MapInt::value_type(i, i)); in allocator_with_state()
287 MapInt mint2Cpy(mint2); in allocator_with_state()
289 mint1.swap(mint2); in allocator_with_state()
292 CPPUNIT_ASSERT( mint2.get_allocator().swaped() ); in allocator_with_state()
295 CPPUNIT_ASSERT( mint2 == mint1Cpy ); in allocator_with_state()
297 CPPUNIT_ASSERT( mint2.get_allocator() == stack1 ); in allocator_with_state()