Searched defs:LSTRINGIZE (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dstringize_macros.h41 // LSTRINGIZE(A) produces L"FOO"
42 // LSTRINGIZE(B(y)) produces L"myobj->FunctionCall(y)"
43 #define LSTRINGIZE(x) LSTRINGIZE_NO_EXPANSION(x) macro

Completed in 59 milliseconds