Lines Matching refs:stack2
282 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2)); in allocator_with_state() local
294 SetInt sint2(intLess, stack2); in allocator_with_state()
306 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 ); in allocator_with_state()
310 CPPUNIT_ASSERT( stack2.ok() ); in allocator_with_state()
311 stack1.reset(); stack2.reset(); in allocator_with_state()
317 SetInt sint2(intLess, stack2); in allocator_with_state()
329 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 ); in allocator_with_state()
333 CPPUNIT_ASSERT( stack2.ok() ); in allocator_with_state()
334 stack1.reset(); stack2.reset(); in allocator_with_state()
342 SetInt sint2(intLess, stack2); in allocator_with_state()
352 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 ); in allocator_with_state()
356 CPPUNIT_ASSERT( stack2.ok() ); in allocator_with_state()
357 stack1.reset(); stack2.reset(); in allocator_with_state()