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

12

/external/webkit/Source/ThirdParty/ANGLE/src/common/
H A Dangleutils.h14 #define 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/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/googleurl/base/
H A Dbasictypes.h84 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
85 TypeName(const TypeName&); \
86 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)
H A Dtask.h282 #define DISABLE_RUNNABLE_METHOD_REFCOUNT(TypeName) \
284 struct RunnableMethodTraits<TypeName> { \
285 void RetainCallee(TypeName* manager) {} \
286 void ReleaseCallee(TypeName* manager) {} \
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPreferences.cpp88 #define DEFINE_PREFERENCE_GETTER_AND_SETTERS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \
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()); \
H A DWebPreferences.h36 #define DECLARE_PREFERENCE_GETTER_AND_SETTERS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \
64 #define DECLARE_PREFERENCE_GETTER_AND_SETTERS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \
/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/regex-re2/util/
H A Dutil.h82 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
83 TypeName(const TypeName&); \
84 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;
H A DIndexedSection.java77 throw ExceptionWithContext.withContext(ex, "Error occured while retrieving the " + this.ItemType.TypeName +
H A DReadContext.java114 itemType.TypeName, offset));
135 itemType.TypeName, offset));
H A DItem.java112 out.annotate(0, "[" + index + "] " + this.getItemType().TypeName);
H A DSection.java112 out.annotate(0, this.ItemType.TypeName + " section");
/external/v8/src/
H A Dglobals.h321 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
322 TypeName(const TypeName&); \
323 void operator=(const TypeName&)
332 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
333 TypeName(); \
334 DISALLOW_COPY_AND_ASSIGN(TypeName)
/external/clang/lib/AST/
H A DInheritViz.cpp78 std::string TypeName = Type.getAsString(); local
79 Out << " [ shape=\"box\", label=\"" << DOT::EscapeString(TypeName);
84 if (TypeName != CanonType.getAsString()) {
/external/stressapptest/src/
H A Dsattypes.h47 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
48 TypeName(const TypeName&); \
49 void operator=(const TypeName&)
/external/webkit/Source/WebKit2/Shared/
H A DWebPreferencesStore.cpp37 #define DEFINE_KEY_GETTERS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \
116 #define DEFINE_STRING_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPreferencesKey::KeyLower##Key(), DefaultValue);
129 #define DEFINE_BOOL_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPreferencesKey::KeyLower##Key(), DefaultValue);
142 #define DEFINE_UINT32_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPreferencesKey::KeyLower##Key(), DefaultValue);
155 #define DEFINE_DOUBLE_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPreferencesKey::KeyLower##Key(), DefaultValue);
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWebPreferencesMac.mm88 #define INITIALIZE_PREFERENCE_FROM_NSUSERDEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \
89 set##TypeName##ValueIfInUserDefaults(m_identifier, WebPreferencesKey::KeyLower##Key(), m_store);
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp338 StringRef TypeName;
378 if (getParser().ParseIdentifier(TypeName))
414 if (!TypeName.empty()) {
415 if (TypeName == "init_array")
417 else if (TypeName == "fini_array")
419 else if (TypeName == "preinit_array")
421 else if (TypeName == "nobits")
423 else if (TypeName == "progbits")
425 else if (TypeName == "note")
427 else if (TypeName
[all...]
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension.cc47 const char* TypeName(FieldDescriptor::Type field_type) { function in namespace:google::protobuf::compiler::java::__anon10652
140 vars["type_constant"] = TypeName(GetType(descriptor_));
/external/webkit/Source/WebKit2/UIProcess/cf/
H A DWebPreferencesCF.cpp101 #define INITIALIZE_PREFERENCE_FROM_NSUSERDEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \
102 set##TypeName##ValueIfInUserDefaults(m_identifier, WebPreferencesKey::KeyLower##Key(), m_store);
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h633 StringRef TypeName; member in class:llvm::CheckValueTypeMatcher
636 : Matcher(CheckValueType), TypeName(type_name) {}
638 StringRef getTypeName() const { return TypeName; }
649 return cast<CheckValueTypeMatcher>(M)->TypeName == TypeName;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp634 StringRef TypeName = GetReceiverInterfaceName(msg); local
635 if (!TypeName.empty())
636 os << "Argument to '" << TypeName << "' method '"; local

Completed in 700 milliseconds

12