Home | History | Annotate | Download | only in unit

Lines Matching refs:stack1

1305   StackAllocator<char> stack1(buf1, buf1 + sizeof(buf1));
1312 StackString str1("string stack1", stack1);
1326 CPPUNIT_ASSERT( str2.get_allocator() == stack1 );
1328 CPPUNIT_ASSERT( stack1.ok() );
1330 stack1.reset(); stack2.reset();
1333 StackString str1("longer string from stack1 allocator instance for dynamic allocation", stack1);
1347 CPPUNIT_ASSERT( str2.get_allocator() == stack1 );
1349 CPPUNIT_ASSERT( stack1.ok() );
1351 stack1.reset(); stack2.reset();
1355 StackString str1("string stack1", stack1);
1369 CPPUNIT_ASSERT( str2.get_allocator() == stack1 );
1371 CPPUNIT_ASSERT( stack1.ok() );
1373 stack1.reset(); stack2.reset();
1377 StackString str1("longer string from stack1 allocator instance for dynamic allocation", stack1);
1391 CPPUNIT_ASSERT( str2.get_allocator() == stack1 );
1393 CPPUNIT_ASSERT( stack1.ok() );
1395 stack1.reset(); stack2.reset();