Searched refs:sint2 (Results 1 – 2 of 2) sorted by relevance
294 SetInt sint2(intLess, stack2); in allocator_with_state() local296 sint2.insert(i); in allocator_with_state()297 SetInt sint2Cpy(sint2); in allocator_with_state()299 sint1.swap(sint2); in allocator_with_state()302 CPPUNIT_ASSERT( sint2.get_allocator().swaped() ); in allocator_with_state()305 CPPUNIT_ASSERT( sint2 == sint1Cpy ); in allocator_with_state()307 CPPUNIT_ASSERT( sint2.get_allocator() == stack1 ); in allocator_with_state()317 SetInt sint2(intLess, stack2); in allocator_with_state() local319 sint2.insert(i); in allocator_with_state()320 SetInt sint2Cpy(sint2); in allocator_with_state()[all …]