HomeSort by relevance Sort by last modified time
    Searched refs:StackString (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/installer/mini_installer/
mini_string.h 72 class StackString {
74 StackString() {
140 StackString(const StackString&);
141 StackString& operator=(const StackString&);
mini_string_test.cc 13 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;
mini_installer.cc 36 typedef StackString<MAX_PATH> PathString;
37 typedef StackString<MAX_PATH * 4> CommandString;
167 StackString<128> value;
  /external/chromium/base/
stack_container.h 175 // StackString
177 class StackString : public StackContainer<
183 StackString() : StackContainer<
191 DISALLOW_COPY_AND_ASSIGN(StackString);
  /external/chromium_org/base/containers/
stack_container.h 175 // StackString -----------------------------------------------------------------
178 class StackString : public StackContainer<
184 StackString() : StackContainer<
192 DISALLOW_COPY_AND_ASSIGN(StackString);
  /external/stlport/test/unit/
string_test.cpp     [all...]
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp     [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp     [all...]

Completed in 363 milliseconds