Searched refs:slint2 (Results 1 – 1 of 1) sorted by relevance
344 SlistInt slint2(10, 1, stack2); in allocator_with_state() local345 SlistInt slint2Cpy(slint2); in allocator_with_state()347 slint1.swap(slint2); in allocator_with_state()350 CPPUNIT_ASSERT( slint2.get_allocator().swaped() ); in allocator_with_state()353 CPPUNIT_ASSERT( slint2 == slint1Cpy ); in allocator_with_state()355 CPPUNIT_ASSERT( slint2.get_allocator() == stack1 ); in allocator_with_state()365 SlistInt slint2(10, 1, stack2); in allocator_with_state() local366 SlistInt slint2Cpy(slint2); in allocator_with_state()368 slint1.swap(slint2); in allocator_with_state()371 CPPUNIT_ASSERT( slint2.get_allocator().swaped() ); in allocator_with_state()[all …]