Searched refs:sint1 (Results 1 – 1 of 1) sorted by relevance
289 SetInt sint1(intLess, stack1); in allocator_with_state() local291 sint1.insert(i); in allocator_with_state()292 SetInt sint1Cpy(sint1); in allocator_with_state()299 sint1.swap(sint2); in allocator_with_state()301 CPPUNIT_ASSERT( sint1.get_allocator().swaped() ); in allocator_with_state()304 CPPUNIT_ASSERT( sint1 == sint2Cpy ); in allocator_with_state()306 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 ); in allocator_with_state()314 SetInt sint1(intLess, stack1); in allocator_with_state() local315 SetInt sint1Cpy(sint1); in allocator_with_state()322 sint1.swap(sint2); in allocator_with_state()[all …]