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

  /external/chromium_org/third_party/libjingle/overrides/talk/media/webrtc/
webrtcexport.h 13 #ifndef NON_EXPORTED_BASE
14 #define NON_EXPORTED_BASE(code) code
15 #endif // NON_EXPORTED_BASE
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcexport.h 37 #ifndef NON_EXPORTED_BASE
49 // class EXPORT_API Foo : NON_EXPORTED_BASE(public Bar) {
56 #define NON_EXPORTED_BASE(code) MSVC_SUPPRESS_WARNING(4275) \
60 #define NON_EXPORTED_BASE(code) code
62 #endif // NON_EXPORTED_BASE
  /external/chromium_org/base/
compiler_specific.h 48 // class EXPORT_API Foo : NON_EXPORTED_BASE(public Bar) {
55 #define NON_EXPORTED_BASE(code) MSVC_SUPPRESS_WARNING(4275) \
66 #define NON_EXPORTED_BASE(code) code

Completed in 280 milliseconds