OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STRINGIZE
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
stringize_macros.h
28
//
STRINGIZE
(A) produces "FOO"
29
//
STRINGIZE
(B(y)) produces "myobj->FunctionCall(y)"
30
#define
STRINGIZE
(x) STRINGIZE_NO_EXPANSION(x)
40
// L version of
STRINGIZE
(). For examples above,
/external/webkit/Source/JavaScriptCore/wtf/
StdLibExtras.h
50
//
STRINGIZE
: Can convert any value to quoted string, even expandable macros
51
#define
STRINGIZE
(exp) #exp
52
#define STRINGIZE_VALUE_OF(exp)
STRINGIZE
(exp)
Completed in 170 milliseconds