Home
last modified time | relevance | path

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

/ndk/tests/device/test-gnustl-full/unit/
Dvector_test.cpp386 VectorInt vint2(10, 1, stack2); in allocator_with_state() local
387 VectorInt vint2Cpy(vint2); in allocator_with_state()
389 vint1.swap(vint2); in allocator_with_state()
392 CPPUNIT_ASSERT( vint2.get_allocator().swaped() ); in allocator_with_state()
395 CPPUNIT_ASSERT( vint2 == vint1Cpy ); in allocator_with_state()
397 CPPUNIT_ASSERT( vint2.get_allocator() == stack1 ); in allocator_with_state()
/ndk/tests/device/test-stlport/unit/
Dvector_test.cpp386 VectorInt vint2(10, 1, stack2); in allocator_with_state() local
387 VectorInt vint2Cpy(vint2); in allocator_with_state()
389 vint1.swap(vint2); in allocator_with_state()
392 CPPUNIT_ASSERT( vint2.get_allocator().swaped() ); in allocator_with_state()
395 CPPUNIT_ASSERT( vint2 == vint1Cpy ); in allocator_with_state()
397 CPPUNIT_ASSERT( vint2.get_allocator() == stack1 ); in allocator_with_state()