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

  /external/chromium/base/
stringize_macros_unittest.cc 46 EXPECT_STREQ(L"FOO", LSTRINGIZE(PREPROCESSOR_UTIL_UNITTEST_A));
48 LSTRINGIZE(PREPROCESSOR_UTIL_UNITTEST_B(y)));
49 EXPECT_STREQ(L"\"foo\"", LSTRINGIZE(PREPROCESSOR_UTIL_UNITTEST_C));
stringize_macros.h 41 // LSTRINGIZE(A) produces L"FOO"
42 // LSTRINGIZE(B(y)) produces L"myobj->FunctionCall(y)"
43 #define LSTRINGIZE(x) LSTRINGIZE_NO_EXPANSION(x)

Completed in 780 milliseconds