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

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

Completed in 137 milliseconds