Searched refs:lint1 (Results 1 – 2 of 2) sorted by relevance
283 ListInt lint1(10, 0, stack1); in allocator_with_state() local284 ListInt lint1Cpy(lint1); in allocator_with_state()289 lint1.swap(lint2); in allocator_with_state()291 CPPUNIT_ASSERT( lint1.get_allocator().swaped() ); in allocator_with_state()294 CPPUNIT_ASSERT( lint1 == lint2Cpy ); in allocator_with_state()296 CPPUNIT_ASSERT( lint1.get_allocator() == stack2 ); in allocator_with_state()305 ListInt lint1(10, 0, stack1); in allocator_with_state() local306 ListInt lint1Cpy(lint1); in allocator_with_state()311 lint1.swap(lint2); in allocator_with_state()313 CPPUNIT_ASSERT( lint1.get_allocator().swaped() ); in allocator_with_state()[all …]
29 [CPPUNIT_ASSERT(lint1.size() == 20)], suspected compiler's bug;37 [CPPUNIT_ASSERT(lint1.size() == 20)], suspected compiler's bug;