Lines Matching refs:sint1
289 SetInt sint1(intLess, stack1); in allocator_with_state() local
291 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() local
315 SetInt sint1Cpy(sint1); in allocator_with_state()
322 sint1.swap(sint2); in allocator_with_state()
324 CPPUNIT_ASSERT( sint1.get_allocator().swaped() ); in allocator_with_state()
327 CPPUNIT_ASSERT( sint1 == sint2Cpy ); in allocator_with_state()
329 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 ); in allocator_with_state()
337 SetInt sint1(intLess, stack1); in allocator_with_state() local
339 sint1.insert(i); in allocator_with_state()
340 SetInt sint1Cpy(sint1); in allocator_with_state()
345 sint1.swap(sint2); in allocator_with_state()
347 CPPUNIT_ASSERT( sint1.get_allocator().swaped() ); in allocator_with_state()
350 CPPUNIT_ASSERT( sint1 == sint2Cpy ); in allocator_with_state()
352 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 ); in allocator_with_state()