Home
last modified time | relevance | path

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

/ndk/tests/device/test-gnustl-full/unit/
Dvector_test.cpp383 VectorInt vint1(10, 0, stack1); in allocator_with_state() local
384 VectorInt vint1Cpy(vint1); in allocator_with_state()
389 vint1.swap(vint2); in allocator_with_state()
391 CPPUNIT_ASSERT( vint1.get_allocator().swaped() ); in allocator_with_state()
394 CPPUNIT_ASSERT( vint1 == vint2Cpy ); in allocator_with_state()
396 CPPUNIT_ASSERT( vint1.get_allocator() == stack2 ); in allocator_with_state()
/ndk/tests/device/test-stlport/unit/
Dvector_test.cpp383 VectorInt vint1(10, 0, stack1); in allocator_with_state() local
384 VectorInt vint1Cpy(vint1); in allocator_with_state()
389 vint1.swap(vint2); in allocator_with_state()
391 CPPUNIT_ASSERT( vint1.get_allocator().swaped() ); in allocator_with_state()
394 CPPUNIT_ASSERT( vint1 == vint2Cpy ); in allocator_with_state()
396 CPPUNIT_ASSERT( vint1.get_allocator() == stack2 ); in allocator_with_state()