Home | History | Annotate | Download | only in unit

Lines Matching refs:stack1

275   StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
283 ListInt lint1(10, 0, stack1);
297 CPPUNIT_ASSERT( lint2.get_allocator() == stack1 );
299 CPPUNIT_CHECK( stack1.ok() );
301 stack1.reset(); stack2.reset();
305 ListInt lint1(10, 0, stack1);
319 CPPUNIT_ASSERT( lint2.get_allocator() == stack1 );
321 CPPUNIT_CHECK( stack1.ok() );
323 stack1.reset(); stack2.reset();
327 ListInt lint1(stack1);
341 CPPUNIT_ASSERT( lint2.get_allocator() == stack1 );
343 CPPUNIT_CHECK( stack1.ok() );
345 stack1.reset(); stack2.reset();
348 ListInt lint1(10, 0, stack1);
355 CPPUNIT_CHECK( stack1.ok() );
357 stack1.reset(); stack2.reset();
360 ListInt lint1(10, 0, stack1);
367 CPPUNIT_CHECK( stack1.ok() );
369 stack1.reset(); stack2.reset();
372 ListInt lint1(10, 0, stack1);
381 CPPUNIT_CHECK( stack1.ok() );
383 stack1.reset(); stack2.reset();
386 ListInt lint1(10, 0, stack1);
398 CPPUNIT_CHECK( stack1.ok() );
407 ListInt lint1(10, 0, stack1);