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

  /external/libchrome/base/
compiler_specific.h 30 // MSVC_PUSH_DISABLE_WARNING pushes |n| onto a stack of warnings to be disabled.
32 #define MSVC_PUSH_DISABLE_WARNING(n) __pragma(warning(push)) \
65 #define MSVC_PUSH_DISABLE_WARNING(n)
  /external/libweave/third_party/chromium/base/
compiler_specific.h 30 // MSVC_PUSH_DISABLE_WARNING pushes |n| onto a stack of warnings to be disabled.
32 #define MSVC_PUSH_DISABLE_WARNING(n) __pragma(warning(push)) \
65 #define MSVC_PUSH_DISABLE_WARNING(n)
  /system/extras/perfprofd/quipper/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 488 milliseconds