Home
last modified time | relevance | path

Searched refs:TypeName (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium/third_party/libjingle/source/talk/base/
Dconstructormagic.h31 #define DISALLOW_ASSIGN(TypeName) \ argument
32 void operator=(const TypeName&)
36 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
37 TypeName(const TypeName&); \
38 DISALLOW_ASSIGN(TypeName)
41 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ argument
42 DISALLOW_COPY_AND_ASSIGN(TypeName)
50 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
51 TypeName(); \
52 DISALLOW_EVIL_CONSTRUCTORS(TypeName)
/external/webrtc/src/system_wrappers/interface/
Dconstructor_magic.h20 #define DISALLOW_ASSIGN(TypeName) \ argument
21 void operator=(const TypeName&)
27 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
28 TypeName(const TypeName&); \
29 DISALLOW_ASSIGN(TypeName)
34 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ argument
35 DISALLOW_COPY_AND_ASSIGN(TypeName)
45 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
46 TypeName(); \
47 DISALLOW_EVIL_CONSTRUCTORS(TypeName)
/external/chromium/base/
Dbasictypes.h84 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
85 TypeName(const TypeName&); \
86 void operator=(const TypeName&)
93 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName) argument
101 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
102 TypeName(); \
103 DISALLOW_COPY_AND_ASSIGN(TypeName)
Dtask.h282 #define DISABLE_RUNNABLE_METHOD_REFCOUNT(TypeName) \ argument
284 struct RunnableMethodTraits<TypeName> { \
285 void RetainCallee(TypeName* manager) {} \
286 void ReleaseCallee(TypeName* manager) {} \
/external/ceres-solver/include/ceres/internal/
Dmacros.h52 #define CERES_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
53 TypeName(const TypeName&); \
54 void operator=(const TypeName&)
62 #define CERES_DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
63 TypeName(); \
64 CERES_DISALLOW_COPY_AND_ASSIGN(TypeName)
/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeData.java122 protected static abstract class TypeName extends TypeData { class in TypeData
129 protected TypeName() { in TypeName() method in TypeData.TypeName
141 if (!(neighbor instanceof TypeName)) in merge()
144 TypeName neighbor2 = (TypeName)neighbor; in merge()
152 TypeName tn = (TypeName)list2.get(i); in merge()
189 if (obj instanceof TypeName) { in equals()
191 TypeName tn = (TypeName)obj; in equals()
218 if (td instanceof TypeName) { in evalExpectedType()
219 TypeName tn = (TypeName)td; in evalExpectedType()
228 if (td instanceof TypeName) { in evalExpectedType()
[all …]
/external/webkit/Source/ThirdParty/ANGLE/src/common/
Dangleutils.h14 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
15 TypeName(const TypeName&); \
16 void operator=(const TypeName&)
/external/chromium/googleurl/base/
Dbasictypes.h84 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ argument
85 TypeName(const TypeName&); \
86 void operator=(const TypeName&)
/external/webkit/Source/WebKit2/UIProcess/
DWebPreferences.cpp88 #define DEFINE_PREFERENCE_GETTER_AND_SETTERS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \ argument
91 if (!m_store.set##TypeName##ValueForKey(WebPreferencesKey::KeyLower##Key(), value)) \
93 update##TypeName##ValueForKey(WebPreferencesKey::KeyLower##Key(), value); \
99 return m_store.get##TypeName##ValueForKey(WebPreferencesKey::KeyLower##Key()); \
DWebPreferences.h36 #define DECLARE_PREFERENCE_GETTER_AND_SETTERS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \ argument
64 #define DECLARE_PREFERENCE_GETTER_AND_SETTERS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \ argument
/external/v8/src/
Dglobals.h321 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
322 TypeName(const TypeName&); \
323 void operator=(const TypeName&)
332 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
333 TypeName(); \
334 DISALLOW_COPY_AND_ASSIGN(TypeName)
/external/regex-re2/util/
Dutil.h87 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ argument
88 TypeName(const TypeName&); \
89 void operator=(const TypeName&)
/external/webkit/Source/WebKit2/Shared/
DWebPreferencesStore.cpp37 #define DEFINE_KEY_GETTERS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \ argument
116 #define DEFINE_STRING_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPr… in defaultValueForKey() argument
129 #define DEFINE_BOOL_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPref… in defaultValueForKey() argument
142 #define DEFINE_UINT32_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPr… in defaultValueForKey() argument
155 #define DEFINE_DOUBLE_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPr… in defaultValueForKey() argument
/external/stressapptest/src/
Dsattypes.h47 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
48 TypeName(const TypeName&); \
49 void operator=(const TypeName&)
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp340 StringRef TypeName; in ParseDirectiveSection() local
380 if (getParser().parseIdentifier(TypeName)) in ParseDirectiveSection()
416 if (TypeName.empty()) { in ParseDirectiveSection()
426 if (TypeName == "init_array") in ParseDirectiveSection()
428 else if (TypeName == "fini_array") in ParseDirectiveSection()
430 else if (TypeName == "preinit_array") in ParseDirectiveSection()
432 else if (TypeName == "nobits") in ParseDirectiveSection()
434 else if (TypeName == "progbits") in ParseDirectiveSection()
436 else if (TypeName == "note") in ParseDirectiveSection()
438 else if (TypeName == "unwind") in ParseDirectiveSection()
/external/clang/lib/AST/
DInheritViz.cpp78 std::string TypeName = Type.getAsString(); in WriteNode() local
79 Out << " [ shape=\"box\", label=\"" << DOT::EscapeString(TypeName); in WriteNode()
84 if (TypeName != CanonType.getAsString()) { in WriteNode()
/external/smali/dexlib/src/main/java/org/jf/dexlib/
DItemType.java78 public final String TypeName; field in ItemType
101 this.TypeName = typeName; in ItemType()
DReadContext.java114 itemType.TypeName, offset)); in getOffsettedItemByOffset()
135 itemType.TypeName, offset)); in getOptionalOffsettedItemByOffset()
DIndexedSection.java77 …ceptionWithContext.withContext(ex, "Error occured while retrieving the " + this.ItemType.TypeName + in getItemByIndex()
DItem.java113 out.annotate(0, "[" + index + "] " + this.getItemType().TypeName); in writeTo()
/external/compiler-rt/lib/ubsan/
Dubsan_value.h101 char TypeName[1]; variable
117 const char *getTypeName() const { return TypeName; } in getTypeName()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_extension.cc47 const char* TypeName(FieldDescriptor::Type field_type) { in TypeName() function
140 vars["type_constant"] = TypeName(GetType(descriptor_)); in GenerateInitializationCode()
/external/webkit/Source/WebKit2/UIProcess/cf/
DWebPreferencesCF.cpp101 #define INITIALIZE_PREFERENCE_FROM_NSUSERDEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue)… in platformInitializeStore() argument
102 set##TypeName##ValueIfInUserDefaults(m_identifier, WebPreferencesKey::KeyLower##Key(), m_store); in platformInitializeStore()
/external/webkit/Source/WebKit2/UIProcess/mac/
DWebPreferencesMac.mm88 #define INITIALIZE_PREFERENCE_FROM_NSUSERDEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue)…
89 set##TypeName##ValueIfInUserDefaults(m_identifier, WebPreferencesKey::KeyLower##Key(), m_store);
/external/protobuf/src/google/protobuf/stubs/
Dcommon.h59 #define GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ argument
60 TypeName(const TypeName&); \
61 void operator=(const TypeName&)

12