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

  /external/chromium_org/third_party/webrtc/base/
constructormagic.h 29 #undef DISALLOW_EVIL_CONSTRUCTORS
30 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
42 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/base/
macros.h 37 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName)
  /external/chromium_org/third_party/re2/util/
util.h 90 // DISALLOW_EVIL_CONSTRUCTORS disallows the copy and operator= functions.
92 #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/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)

Completed in 448 milliseconds