Lines Matching refs:StackString
1310 typedef basic_string<char, char_traits<char>, StackAllocator<char> > StackString; in allocator_with_state() typedef
1312 StackString str1("string stack1", stack1); in allocator_with_state()
1313 StackString str1Cpy(str1); in allocator_with_state()
1315 StackString str2("string stack2", stack2); in allocator_with_state()
1316 StackString str2Cpy(str2); in allocator_with_state()
1333 StackString str1("longer string from stack1 allocator instance for dynamic allocation", stack1); in allocator_with_state()
1334 StackString str1Cpy(str1); in allocator_with_state()
1336 StackString str2("longer string from stack2 allocator instance for dynamic allocation", stack2); in allocator_with_state()
1337 StackString str2Cpy(str2); in allocator_with_state()
1355 StackString str1("string stack1", stack1); in allocator_with_state()
1356 StackString str1Cpy(str1); in allocator_with_state()
1358 StackString str2("longer string from stack2 allocator instance for dynamic allocation", stack2); in allocator_with_state()
1359 StackString str2Cpy(str2); in allocator_with_state()
1377 StackString str1("longer string from stack1 allocator instance for dynamic allocation", stack1); in allocator_with_state()
1378 StackString str1Cpy(str1); in allocator_with_state()
1380 StackString str2("string stack2", stack2); in allocator_with_state()
1381 StackString str2Cpy(str2); in allocator_with_state()