Searched refs:StackString (Results 1 – 2 of 2) sorted by relevance
| /ndk/tests/device/test-stlport/unit/ |
| D | string_test.cpp | 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() [all …]
|
| /ndk/tests/device/test-gnustl-full/unit/ |
| D | string_test.cpp | 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() [all …]
|