OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STRINGIZE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/strings/
stringize_macros.h
27
//
STRINGIZE
(A) produces "FOO"
28
//
STRINGIZE
(B(y)) produces "myobj->FunctionCall(y)"
29
#define
STRINGIZE
(x) STRINGIZE_NO_EXPANSION(x)
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
stringize_macros.h
34
//
STRINGIZE
(A) produces "FOO"
35
//
STRINGIZE
(B(y)) produces "myobj->FunctionCall(y)"
36
#define
STRINGIZE
(x) STRINGIZE_NO_EXPANSION(x)
/external/clang/test/Preprocessor/
pp-record.c
5
#define
STRINGIZE
(text) STRINGIZE_I(text)
10
#include
STRINGIZE
(INC)
ucn-pp-identifier.c
42
#define
STRINGIZE
(X) # X
44
extern int check_size[sizeof(
STRINGIZE
(\u0112)) == 3 ? 1 : -1];
Completed in 847 milliseconds