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