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

  /external/chromium_org/base/strings/
stringize_macros.h 17 #define STRINGIZE_NO_EXPANSION(x) #x
29 #define STRINGIZE(x) STRINGIZE_NO_EXPANSION(x)
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
stringize_macros.h 24 #define STRINGIZE_NO_EXPANSION(x) #x
36 #define STRINGIZE(x) STRINGIZE_NO_EXPANSION(x)

Completed in 1588 milliseconds