OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StackString
(Results
1 - 5
of
5
) 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
38
typedef
StackString
<MAX_PATH> PathString;
39
typedef
StackString
<MAX_PATH * 4> CommandString;
171
StackString
<128> value;
[
all
...]
/external/chromium_org/base/containers/
stack_container.h
182
//
StackString
-----------------------------------------------------------------
185
class
StackString
: public StackContainer<
191
StackString
() : StackContainer<
199
DISALLOW_COPY_AND_ASSIGN(
StackString
);
/external/chromium_org/tools/gn/
escape.cc
202
base::
StackString
<256> escaped;
Completed in 674 milliseconds