Searched defs:DISALLOW_EVIL_CONSTRUCTORS (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dconstructormagic.h29 #undef DISALLOW_EVIL_CONSTRUCTORS macro
30 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ macro
42 DISALLOW_EVIL_CONSTRUCTORS(TypeName)
/external/webrtc/src/system_wrappers/interface/
H A Dconstructor_magic.h32 #ifndef DISALLOW_EVIL_CONSTRUCTORS
34 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ macro
47 DISALLOW_EVIL_CONSTRUCTORS(TypeName)
/external/chromium_org/third_party/cld/base/
H A Dmacros.h95 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName) macro
H A Dbasictypes.h85 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName) macro
/external/chromium_org/base/
H A Dmacros.h37 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName) macro
/external/chromium_org/third_party/re2/util/
H A Dutil.h90 // DISALLOW_EVIL_CONSTRUCTORS disallows the copy and operator= functions.
92 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ macro
/external/chromium_org/third_party/skia/src/images/
H A Dbmpdecoderhelper.h19 #define DISALLOW_EVIL_CONSTRUCTORS(name) macro
67 DISALLOW_EVIL_CONSTRUCTORS(BmpDecoderCallback);
80 DISALLOW_EVIL_CONSTRUCTORS(BmpDecoderHelper);
/external/regex-re2/util/
H A Dutil.h85 // DISALLOW_EVIL_CONSTRUCTORS disallows the copy and operator= functions.
87 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ macro
/external/skia/src/images/
H A Dbmpdecoderhelper.h19 #define DISALLOW_EVIL_CONSTRUCTORS(name) macro
67 DISALLOW_EVIL_CONSTRUCTORS(BmpDecoderCallback);
80 DISALLOW_EVIL_CONSTRUCTORS(BmpDecoderHelper);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dbasictypes.h121 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ macro
126 #define DISALLOW_COPY_AND_ASSIGN(TypeName) DISALLOW_EVIL_CONSTRUCTORS(TypeName)
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dbasictypes.h121 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ macro
126 #define DISALLOW_COPY_AND_ASSIGN(TypeName) DISALLOW_EVIL_CONSTRUCTORS(TypeName)
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h49 #define DISALLOW_EVIL_CONSTRUCTORS(type) \ macro
59 DISALLOW_EVIL_CONSTRUCTORS(Mutex);
67 DISALLOW_EVIL_CONSTRUCTORS(MutexLock);
210 DISALLOW_EVIL_CONSTRUCTORS(FlagRegisterer);
294 DISALLOW_EVIL_CONSTRUCTORS(MD5);

Completed in 397 milliseconds