Home | History | Annotate | Download | only in unit

Lines Matching refs:stack1

279   StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
289 SetInt sint1(intLess, stack1);
307 CPPUNIT_ASSERT( sint2.get_allocator() == stack1 );
309 CPPUNIT_ASSERT( stack1.ok() );
311 stack1.reset(); stack2.reset();
314 SetInt sint1(intLess, stack1);
330 CPPUNIT_ASSERT( sint2.get_allocator() == stack1 );
332 CPPUNIT_ASSERT( stack1.ok() );
334 stack1.reset(); stack2.reset();
337 SetInt sint1(intLess, stack1);
353 CPPUNIT_ASSERT( sint2.get_allocator() == stack1 );
355 CPPUNIT_ASSERT( stack1.ok() );
357 stack1.reset(); stack2.reset();