Searched refs:vint1 (Results 1 – 2 of 2) sorted by relevance
383 VectorInt vint1(10, 0, stack1); in allocator_with_state() local384 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()