Home | History | Annotate | Download | only in unit

Lines Matching refs:stack2

1308   StackAllocator<char> stack2(buf2, buf2 + sizeof(buf2));
1315 StackString str2("string stack2", stack2);
1325 CPPUNIT_ASSERT( str1.get_allocator() == stack2 );
1329 CPPUNIT_ASSERT( stack2.ok() );
1330 stack1.reset(); stack2.reset();
1336 StackString str2("longer string from stack2 allocator instance for dynamic allocation", stack2);
1346 CPPUNIT_ASSERT( str1.get_allocator() == stack2 );
1350 CPPUNIT_ASSERT( stack2.ok() );
1351 stack1.reset(); stack2.reset();
1358 StackString str2("longer string from stack2 allocator instance for dynamic allocation", stack2);
1368 CPPUNIT_ASSERT( str1.get_allocator() == stack2 );
1372 CPPUNIT_ASSERT( stack2.ok() );
1373 stack1.reset(); stack2.reset();
1380 StackString str2("string stack2", stack2);
1390 CPPUNIT_ASSERT( str1.get_allocator() == stack2 );
1394 CPPUNIT_ASSERT( stack2.ok() );
1395 stack1.reset(); stack2.reset();