TypeName 19 base/macros.h #define DISALLOW_COPY(TypeName) \ TypeName 20 base/macros.h TypeName(const TypeName&) TypeName 23 base/macros.h #define DISALLOW_ASSIGN(TypeName) \ TypeName 24 base/macros.h void operator=(const TypeName&) TypeName 28 base/macros.h #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ TypeName 29 base/macros.h TypeName(const TypeName&); \ TypeName 30 base/macros.h void operator=(const TypeName&) TypeName 37 base/macros.h #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName) TypeName 45 base/macros.h #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ TypeName 46 base/macros.h TypeName(); \ TypeName 47 base/macros.h DISALLOW_COPY_AND_ASSIGN(TypeName) TypeName 64 gpu/command_buffer/common/types.h #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ TypeName 65 gpu/command_buffer/common/types.h TypeName(const TypeName&); \ TypeName 66 gpu/command_buffer/common/types.h void operator=(const TypeName&) TypeName 74 gpu/command_buffer/common/types.h #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ TypeName 75 gpu/command_buffer/common/types.h TypeName(); \ TypeName 76 gpu/command_buffer/common/types.h DISALLOW_COPY_AND_ASSIGN(TypeName) TypeName 21 mojo/public/cpp/system/macros.h #define MOJO_DISALLOW_COPY_AND_ASSIGN(TypeName) \ TypeName 22 mojo/public/cpp/system/macros.h TypeName(const TypeName&); \ TypeName 23 mojo/public/cpp/system/macros.h void operator=(const TypeName&) TypeName 12 native_client_sdk/src/libraries/sdk_util/macros.h #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ TypeName 13 native_client_sdk/src/libraries/sdk_util/macros.h TypeName(const TypeName&); \ TypeName 14 native_client_sdk/src/libraries/sdk_util/macros.h void operator=(const TypeName&) TypeName 116 sandbox/win/sandbox_poc/pocdll/handles.cc if (type && wcsncmp(L"File", type->TypeName.Buffer, TypeName 117 sandbox/win/sandbox_poc/pocdll/handles.cc (type->TypeName.Length / TypeName 118 sandbox/win/sandbox_poc/pocdll/handles.cc sizeof(type->TypeName.Buffer[0]))) == 0) { TypeName 159 sandbox/win/sandbox_poc/pocdll/handles.cc type ? &type->TypeName : NULL, TypeName 166 sandbox/win/sandbox_poc/pocdll/handles.cc type ? &type->TypeName : NULL, TypeName 489 sandbox/win/src/nt_internals.h UNICODE_STRING TypeName; TypeName 44 sandbox/win/tools/finder/ntundoc.h UNICODE_STRING TypeName; TypeName 80 third_party/cld/base/basictypes.h #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ TypeName 81 third_party/cld/base/basictypes.h TypeName(const TypeName&); \ TypeName 82 third_party/cld/base/basictypes.h void operator=(const TypeName&) TypeName 85 third_party/cld/base/basictypes.h #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName) TypeName 93 third_party/cld/base/basictypes.h #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ TypeName 94 third_party/cld/base/basictypes.h TypeName(); \ TypeName 95 third_party/cld/base/basictypes.h DISALLOW_COPY_AND_ASSIGN(TypeName) TypeName 89 third_party/cld/base/macros.h #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ TypeName 90 third_party/cld/base/macros.h TypeName(const TypeName&); \ TypeName 91 third_party/cld/base/macros.h void operator=(const TypeName&) TypeName 95 third_party/cld/base/macros.h #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName) TypeName 103 third_party/cld/base/macros.h #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ TypeName 104 third_party/cld/base/macros.h TypeName(); \ TypeName 105 third_party/cld/base/macros.h DISALLOW_COPY_AND_ASSIGN(TypeName) TypeName 206 third_party/cld/base/macros.h #define DECLARE_POD(TypeName) \ TypeName 208 third_party/cld/base/macros.h template<> struct is_pod<TypeName> : true_type { }; \ TypeName 219 third_party/cld/base/macros.h #define DECLARE_NESTED_POD(TypeName) DECLARE_POD(TypeName) TypeName 238 third_party/cld/base/macros.h #define ENFORCE_POD(TypeName) \ TypeName 241 third_party/cld/base/macros.h typename base::is_pod<TypeName>::type>) } TypeName 100 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/basictypes.h #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ TypeName 101 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/basictypes.h TypeName(const TypeName&); \ TypeName 102 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/basictypes.h void operator=(const TypeName&) TypeName 103 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc vars["type_constant"] = TypeName(GetType(descriptor)); TypeName 89 third_party/protobuf/src/google/protobuf/stubs/common.h #define GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ TypeName 90 third_party/protobuf/src/google/protobuf/stubs/common.h TypeName(const TypeName&); \ TypeName 91 third_party/protobuf/src/google/protobuf/stubs/common.h void operator=(const TypeName&) TypeName 88 third_party/re2/util/util.h #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ TypeName 89 third_party/re2/util/util.h TypeName(const TypeName&); \ TypeName 90 third_party/re2/util/util.h void operator=(const TypeName&) TypeName 83 third_party/snappy/linux/snappy-stubs-public.h #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ TypeName 84 third_party/snappy/linux/snappy-stubs-public.h TypeName(const TypeName&); \ TypeName 85 third_party/snappy/linux/snappy-stubs-public.h void operator=(const TypeName&) TypeName 83 third_party/snappy/mac/snappy-stubs-public.h #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ TypeName 84 third_party/snappy/mac/snappy-stubs-public.h TypeName(const TypeName&); \ TypeName 85 third_party/snappy/mac/snappy-stubs-public.h void operator=(const TypeName&) TypeName 83 third_party/snappy/win32/snappy-stubs-public.h #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ TypeName 84 third_party/snappy/win32/snappy-stubs-public.h TypeName(const TypeName&); \ TypeName 85 third_party/snappy/win32/snappy-stubs-public.h void operator=(const TypeName&) TypeName 121 third_party/tcmalloc/chromium/src/base/basictypes.h #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ TypeName 122 third_party/tcmalloc/chromium/src/base/basictypes.h TypeName(const TypeName&); \ TypeName 123 third_party/tcmalloc/chromium/src/base/basictypes.h void operator=(const TypeName&) TypeName 126 third_party/tcmalloc/chromium/src/base/basictypes.h #define DISALLOW_COPY_AND_ASSIGN(TypeName) DISALLOW_EVIL_CONSTRUCTORS(TypeName) TypeName 121 third_party/tcmalloc/vendor/src/base/basictypes.h #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ TypeName 122 third_party/tcmalloc/vendor/src/base/basictypes.h TypeName(const TypeName&); \ TypeName 123 third_party/tcmalloc/vendor/src/base/basictypes.h void operator=(const TypeName&) TypeName 126 third_party/tcmalloc/vendor/src/base/basictypes.h #define DISALLOW_COPY_AND_ASSIGN(TypeName) DISALLOW_EVIL_CONSTRUCTORS(TypeName)