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

  /frameworks/base/include/media/stagefright/foundation/
ABase.h 21 #define DISALLOW_EVIL_CONSTRUCTORS(name) \
  /external/chromium/third_party/libjingle/source/talk/base/
constructormagic.h 41 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
52 DISALLOW_EVIL_CONSTRUCTORS(TypeName)
  /external/webrtc/src/system_wrappers/interface/
constructor_magic.h 32 #ifndef DISALLOW_EVIL_CONSTRUCTORS
34 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
47 DISALLOW_EVIL_CONSTRUCTORS(TypeName)
  /external/chromium/googleurl/base/
basictypes.h 84 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
  /external/skia/src/images/
bmpdecoderhelper.h 26 #define DISALLOW_EVIL_CONSTRUCTORS(name)
74 DISALLOW_EVIL_CONSTRUCTORS(BmpDecoderCallback);
87 DISALLOW_EVIL_CONSTRUCTORS(BmpDecoderHelper);
  /external/chromium/base/
basictypes.h 93 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 49 #define DISALLOW_EVIL_CONSTRUCTORS(type) \
59 DISALLOW_EVIL_CONSTRUCTORS(Mutex);
67 DISALLOW_EVIL_CONSTRUCTORS(MutexLock);
210 DISALLOW_EVIL_CONSTRUCTORS(FlagRegisterer);
294 DISALLOW_EVIL_CONSTRUCTORS(MD5);

Completed in 168 milliseconds