OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MSVC_SUPPRESS_WARNING
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcexport.h
37
//
MSVC_SUPPRESS_WARNING
disables warning |n| for the remainder of the line and
39
#define
MSVC_SUPPRESS_WARNING
(n) __pragma(warning(suppress:n))
53
#define NON_EXPORTED_BASE(code)
MSVC_SUPPRESS_WARNING
(4275) \
/external/chromium/base/
compiler_specific.h
24
//
MSVC_SUPPRESS_WARNING
disables warning |n| for the remainder of the line and
26
#define
MSVC_SUPPRESS_WARNING
(n) __pragma(warning(suppress:n))
59
#define
MSVC_SUPPRESS_WARNING
(n)
/external/chromium_org/base/
compiler_specific.h
23
//
MSVC_SUPPRESS_WARNING
disables warning |n| for the remainder of the line and
25
#define
MSVC_SUPPRESS_WARNING
(n) __pragma(warning(suppress:n))
55
#define NON_EXPORTED_BASE(code)
MSVC_SUPPRESS_WARNING
(4275) \
60
#define
MSVC_SUPPRESS_WARNING
(n)
Completed in 610 milliseconds