Searched refs:StackString (Results 1 - 6 of 6) 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&);
H A Dmini_string_test.cc13 using mini_installer::StackString;
25 // Tests the strcat/strcpy/length support of the StackString class.
29 StackString<MAX_PATH> str;
63 // Tests the case insensitive find support of the StackString class.
69 StackString<MAX_PATH> str;
H A Dmini_installer.cc38 typedef StackString<MAX_PATH> PathString;
39 typedef StackString<MAX_PATH * 4> CommandString;
171 StackString<128> value;
/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...]
/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/chromium_org/tools/gn/
H A Descape.cc202 base::StackString<256> escaped;

Completed in 132 milliseconds