Searched refs:TypeName (Results 1 - 25 of 61) sorted by relevance

123

/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
H A Dpp_utils.h14 #define PP_DISALLOW_COPY_AND_ASSIGN(TypeName) \
15 TypeName(const TypeName&); \
16 void operator=(const TypeName&)
/external/chromium/third_party/libjingle/source/talk/base/
H A Dconstructormagic.h31 #define DISALLOW_ASSIGN(TypeName) \
32 void operator=(const TypeName&)
36 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
37 TypeName(const TypeName&); \
38 DISALLOW_ASSIGN(TypeName)
41 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
42 DISALLOW_COPY_AND_ASSIGN(TypeName)
50 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
51 TypeName(); \
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dconstructormagic.h31 #define DISALLOW_ASSIGN(TypeName) \
32 void operator=(const TypeName&)
36 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
37 TypeName(const TypeName&); \
38 DISALLOW_ASSIGN(TypeName)
41 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
42 DISALLOW_COPY_AND_ASSIGN(TypeName)
50 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
51 TypeName(); \
[all...]
/external/webrtc/src/system_wrappers/interface/
H A Dconstructor_magic.h20 #define DISALLOW_ASSIGN(TypeName) \
21 void operator=(const TypeName&)
27 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
28 TypeName(const TypeName&); \
29 DISALLOW_ASSIGN(TypeName)
34 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
35 DISALLOW_COPY_AND_ASSIGN(TypeName)
45 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
46 TypeName(); \
[all...]
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dport.h20 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
21 TypeName(const TypeName&); \
22 void operator=(const TypeName&)
24 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
25 TypeName(); \
26 DISALLOW_COPY_AND_ASSIGN(TypeName)
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
H A Dmacros.h12 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
13 TypeName(const TypeName&); \
14 void operator=(const TypeName&)
/external/chromium_org/third_party/cld/base/
H A Dmacros.h85 // void operator=(const TypeName&); // DISALLOW_ASSIGN
89 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
90 TypeName(const TypeName&); \
91 void operator=(const TypeName&)
95 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName)
103 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
104 TypeName(); \
105 DISALLOW_COPY_AND_ASSIGN(TypeName)
[all...]
H A Dbasictypes.h80 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
81 TypeName(const TypeName&); \
82 void operator=(const TypeName&)
85 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName)
93 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
94 TypeName(); \
95 DISALLOW_COPY_AND_ASSIGN(TypeName)
/external/ceres-solver/include/ceres/internal/
H A Dmacros.h47 // void operator=(const TypeName&); // _DISALLOW_ASSIGN
52 #define CERES_DISALLOW_COPY_AND_ASSIGN(TypeName) \
53 TypeName(const TypeName&); \
54 void operator=(const TypeName&)
62 #define CERES_DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
63 TypeName(); \
64 CERES_DISALLOW_COPY_AND_ASSIGN(TypeName)
/external/chromium/googleurl/base/
H A Dbasictypes.h84 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
85 TypeName(const TypeName&); \
86 void operator=(const TypeName&)
/external/chromium_org/third_party/snappy/linux/
H A Dsnappy-stubs-public.h79 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
80 TypeName(const TypeName&); \
81 void operator=(const TypeName&)
/external/chromium_org/third_party/snappy/mac/
H A Dsnappy-stubs-public.h79 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
80 TypeName(const TypeName&); \
81 void operator=(const TypeName&)
/external/chromium_org/third_party/snappy/win32/
H A Dsnappy-stubs-public.h79 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
80 TypeName(const TypeName&); \
81 void operator=(const TypeName&)
/external/chromium_org/base/
H A Dbasictypes.h82 #define DISALLOW_COPY(TypeName) \
83 TypeName(const TypeName&)
86 #define DISALLOW_ASSIGN(TypeName) \
87 void operator=(const TypeName&)
91 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
92 TypeName(const TypeName&); \
93 void operator=(const TypeName&)
100 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIG
[all...]
/external/chromium_org/gpu/command_buffer/common/
H A Dtypes.h64 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
65 TypeName(const TypeName&); \
66 void operator=(const TypeName&)
74 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
75 TypeName(); \
76 DISALLOW_COPY_AND_ASSIGN(TypeName)
/external/chromium_org/third_party/angle_dx11/src/common/
H A Dangleutils.h16 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
17 TypeName(const TypeName&); \
18 void operator=(const TypeName&)
/external/chromium/base/
H A Dbasictypes.h84 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
85 TypeName(const TypeName&); \
86 void operator=(const TypeName&)
93 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName)
101 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
102 TypeName(); \
103 DISALLOW_COPY_AND_ASSIGN(TypeName)
/external/sfntly/cpp/src/sfntly/port/
H A Dtype.h61 #define NO_COPY_AND_ASSIGN(TypeName) \
62 TypeName(const TypeName&); \
63 void operator=(const TypeName&)
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java122 protected static abstract class TypeName extends TypeData { class in class:TypeData
129 protected TypeName() { method in class:TypeData.TypeName
141 if (!(neighbor instanceof TypeName))
144 TypeName neighbor2 = (TypeName)neighbor;
152 TypeName tn = (TypeName)list2.get(i);
189 if (obj instanceof TypeName) {
191 TypeName tn = (TypeName)ob
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dbasictypes.h100 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
101 TypeName(const TypeName&); \
102 void operator=(const TypeName&)
/external/chromium_org/third_party/re2/util/
H A Dutil.h88 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
89 TypeName(const TypeName&); \
90 void operator=(const TypeName&)
/external/regex-re2/util/
H A Dutil.h87 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
88 TypeName(const TypeName&); \
89 void operator=(const TypeName&)
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DItemType.java78 public final String TypeName; field in class:ItemType
101 this.TypeName = typeName;
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dhandles.cc116 if (type && wcsncmp(L"File", type->TypeName.Buffer,
117 (type->TypeName.Length /
118 sizeof(type->TypeName.Buffer[0]))) == 0) {
159 type ? &type->TypeName : NULL,
166 type ? &type->TypeName : NULL,
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dutils.h101 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
102 TypeName(const TypeName&); \
103 void operator=(const TypeName&)
111 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
112 TypeName(); \
113 DISALLOW_COPY_AND_ASSIGN(TypeName)

Completed in 660 milliseconds

123