Home | History | Annotate | Download | only in unit

Lines Matching refs:stack2

278   StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
286 ListInt lint2(10, 1, stack2);
296 CPPUNIT_ASSERT( lint1.get_allocator() == stack2 );
300 CPPUNIT_CHECK( stack2.ok() );
301 stack1.reset(); stack2.reset();
308 ListInt lint2(stack2);
318 CPPUNIT_ASSERT( lint1.get_allocator() == stack2 );
322 CPPUNIT_CHECK( stack2.ok() );
323 stack1.reset(); stack2.reset();
330 ListInt lint2(10, 0, stack2);
340 CPPUNIT_ASSERT( lint1.get_allocator() == stack2 );
344 CPPUNIT_CHECK( stack2.ok() );
345 stack1.reset(); stack2.reset();
349 ListInt lint2(10, 1, stack2);
356 CPPUNIT_CHECK( stack2.ok() );
357 stack1.reset(); stack2.reset();
361 ListInt lint2(10, 1, stack2);
368 CPPUNIT_CHECK( stack2.ok() );
369 stack1.reset(); stack2.reset();
373 ListInt lint2(10, 1, stack2);
382 CPPUNIT_CHECK( stack2.ok() );
383 stack1.reset(); stack2.reset();
387 ListInt lint2(10, 1, stack2);
389 ListInt lintref(stack2);
399 CPPUNIT_CHECK( stack2.ok() );