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