Searched defs:NON_EXPORTED_BASE (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/overrides/talk/media/webrtc/
H A Dwebrtcexport.h13 #ifndef NON_EXPORTED_BASE
14 #define NON_EXPORTED_BASE(code) code macro
15 #endif // NON_EXPORTED_BASE
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcexport.h37 #ifndef NON_EXPORTED_BASE
49 // class EXPORT_API Foo : NON_EXPORTED_BASE(public Bar) {
56 #define NON_EXPORTED_BASE(code) MSVC_SUPPRESS_WARNING(4275) \ macro
60 #define NON_EXPORTED_BASE(code) code macro
62 #endif // NON_EXPORTED_BASE
/external/chromium_org/base/
H A Dcompiler_specific.h48 // class EXPORT_API Foo : NON_EXPORTED_BASE(public Bar) {
55 #define NON_EXPORTED_BASE(code) MSVC_SUPPRESS_WARNING(4275) \ macro
66 #define NON_EXPORTED_BASE(code) code macro

Completed in 1977 milliseconds