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