Searched defs:StackString (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_string.h72 class StackString { class in namespace:mini_installer
74 StackString() { function in class:mini_installer::StackString
140 StackString(const StackString&);
141 StackString& operator=(const StackString&);
/external/chromium_org/base/containers/
H A Dstack_container.h182 // StackString -----------------------------------------------------------------
185 class StackString : public StackContainer< class in namespace:base
191 StackString() : StackContainer< function in class:base::StackString
199 DISALLOW_COPY_AND_ASSIGN(StackString);
/external/stlport/test/unit/
H A Dstring_test.cpp1310 typedef basic_string<char, char_traits<char>, StackAllocator<char> > StackString; typedef
1312 StackString str1("string stack1", stack1);
1313 StackString str1Cpy(str1);
1315 StackString str2("string stack2", stack2);
1316 StackString str2Cpy(str2);
1333 StackString str1("longer string from stack1 allocator instance for dynamic allocation", stack1);
1334 StackString str1Cpy(str1);
1336 StackString str2("longer string from stack2 allocator instance for dynamic allocation", stack2);
1337 StackString str2Cpy(str2);
1355 StackString str
[all...]

Completed in 94 milliseconds