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

  /external/chromium/base/
compiler_specific.h 28 // MSVC_PUSH_DISABLE_WARNING pushes |n| onto a stack of warnings to be disabled.
30 #define MSVC_PUSH_DISABLE_WARNING(n) __pragma(warning(push)) \
53 #define ALLOW_THIS_IN_INITIALIZER_LIST(code) MSVC_PUSH_DISABLE_WARNING(4355) \
60 #define MSVC_PUSH_DISABLE_WARNING(n)
  /external/chromium_org/base/
compiler_specific.h 27 // MSVC_PUSH_DISABLE_WARNING pushes |n| onto a stack of warnings to be disabled.
29 #define MSVC_PUSH_DISABLE_WARNING(n) __pragma(warning(push)) \
61 #define MSVC_PUSH_DISABLE_WARNING(n)

Completed in 531 milliseconds