Home | History | Annotate | Download | only in unit

Lines Matching refs:stack2

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