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

  /frameworks/av/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/chromium_org/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/chromium_org/third_party/cld/base/
macros.h 95 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName)
basictypes.h 85 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName)
  /external/chromium_org/third_party/re2/util/
util.h 86 // DISALLOW_EVIL_CONSTRUCTORS disallows the copy and operator= functions.
88 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
  /external/chromium_org/third_party/skia/src/images/
bmpdecoderhelper.h 19 #define DISALLOW_EVIL_CONSTRUCTORS(name)
67 DISALLOW_EVIL_CONSTRUCTORS(BmpDecoderCallback);
80 DISALLOW_EVIL_CONSTRUCTORS(BmpDecoderHelper);
  /external/regex-re2/util/
util.h 85 // DISALLOW_EVIL_CONSTRUCTORS disallows the copy and operator= functions.
87 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
  /external/skia/src/images/
bmpdecoderhelper.h 19 #define DISALLOW_EVIL_CONSTRUCTORS(name)
67 DISALLOW_EVIL_CONSTRUCTORS(BmpDecoderCallback);
80 DISALLOW_EVIL_CONSTRUCTORS(BmpDecoderHelper);
  /external/chromium/base/
basictypes.h 93 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName)
  /external/chromium_org/base/
basictypes.h 100 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName)
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
basictypes.h 121 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
126 #define DISALLOW_COPY_AND_ASSIGN(TypeName) DISALLOW_EVIL_CONSTRUCTORS(TypeName)
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
basictypes.h 121 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
126 #define DISALLOW_COPY_AND_ASSIGN(TypeName) DISALLOW_EVIL_CONSTRUCTORS(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 1895 milliseconds