Home
last modified time | relevance | path

Searched defs:ObjectType (Results 1 – 25 of 59) sorted by relevance

123

/external/proguard/src/proguard/classfile/attribute/preverification/
DObjectType.java32 public class ObjectType extends VerificationType class
41 public ObjectType() in ObjectType() method in ObjectType
49 public ObjectType(int u2classIndex) in ObjectType() method in ObjectType
/external/llvm-project/clang/test/Analysis/
Dgenerics.m42 + (instancetype)arrayWithObjects:(const ObjectType [])objects count:(NSUInteger)count;
45 - (BOOL)contains:(ObjectType)obj; argument
46 - (BOOL)containsObject:(ObjectType)anObject; argument
49 - (NSArray<ObjectType> *)arrayByAddingObject:(ObjectType)anObject; argument
54 - (void)addObject:(ObjectType)anObject; argument
59 - (void)addObject:(ObjectType)anObject; argument
DDynamicTypePropagation.m28 - (BOOL)contains:(ObjectType)obj; argument
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DObjectType.java29 public class ObjectType extends ReferenceType { class
43 public ObjectType(final String class_name) { in ObjectType() method in ObjectType
/external/clang/test/Analysis/
Dgenerics.m42 + (instancetype)arrayWithObjects:(const ObjectType [])objects count:(NSUInteger)count;
45 - (BOOL)contains:(ObjectType)obj; argument
52 - (void)addObject:(ObjectType)anObject; argument
DDynamicTypePropagation.m24 - (BOOL)contains:(ObjectType)obj; argument
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp387 QualType ObjectType = GetTypeFromParser(ObjectTypePtr); in isNonTypeNestedNameSpecifier() local
485 QualType ObjectType, in BuildCXXNestedNameSpecifier()
829 ParsedType ObjectType, in ActOnCXXNestedNameSpecifier()
877 ParsedType ObjectType, in IsInvalidUnlessNestedName()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_cross_ref_table.h18 enum class ObjectType : uint8_t { enum
/external/libchrome/base/trace_event/
Dtrace_event_memory_overhead.h28 enum ObjectType : uint32_t { enum
/external/clang/test/SemaObjC/
Dkindof.m388 - (void)test:(__kindof ObjectType)T;
389 - (void)mapUsingBlock:(id (^)(__kindof ObjectType))block;
/external/angle/src/common/
Dpacked_egl_enums.json7 "ObjectType": { object
DPackedEGLEnums_autogen.h73 enum class ObjectType : uint8_t enum
/external/llvm-project/clang/test/SemaObjC/
Dkindof.m392 - (void)test:(__kindof ObjectType)T; // expected-note{{passing argument to parameter 'T' here}}
393 - (void)mapUsingBlock:(id (^)(__kindof ObjectType))block;
Dparameterized_classes_subst.m440 - (void)setObject:(ObjectType)obj forKeyedSubscript:(KeyType <NSCopying>)key; // expected-note{{pas… argument
/external/llvm-project/clang/test/CodeGenObjC/
Dparameterized_classes.m111 - (void)m0:(ObjectType *)first;
/external/clang/lib/Parse/
DParseExprCXX.cpp80 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, in CheckForTemplateAndDigraph()
188 ParsedType ObjectType, in ParseOptionalCXXScopeSpecifier()
1528 ParsedType ObjectType) { in ParseCXXPseudoDestructor()
2030 ParsedType ObjectType, in ParseUnqualifiedIdTemplateId()
2233 ParsedType ObjectType, in ParseUnqualifiedIdOperator()
2464 ParsedType ObjectType, in ParseUnqualifiedId()
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dbullet_4_5_6.pass.cpp76 typedef ObjectType (TestType::*MemPtr); in doTest() typedef
/external/python/cpython2/Lib/
Dtypes.py14 ObjectType = object variable
/external/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
Dbullet_4_5_6.pass.cpp79 typedef ObjectType (TestType::*MemPtr); in doTest() typedef
/external/compiler-rt/lib/ubsan/
Dubsan_type_hash_itanium.cc252 const abi::__class_type_info *ObjectType = findBaseAtOffset( in getDynamicTypeInfoFromVtable() local
/external/llvm-project/clang/lib/Parse/
DParseExprCXX.cpp82 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, in CheckForTemplateAndDigraph()
155 CXXScopeSpec &SS, ParsedType ObjectType, bool ObjectHadErrors, in ParseOptionalCXXScopeSpecifier()
1750 ParsedType ObjectType) { in ParseCXXPseudoDestructor()
2335 CXXScopeSpec &SS, ParsedType ObjectType, bool ObjectHadErrors, in ParseUnqualifiedIdTemplateId()
2530 ParsedType ObjectType, in ParseUnqualifiedIdOperator()
2764 bool Parser::ParseUnqualifiedId(CXXScopeSpec &SS, ParsedType ObjectType, in ParseUnqualifiedId()
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_type_hash_itanium.cpp254 const abi::__class_type_info *ObjectType = findBaseAtOffset( in getDynamicTypeInfoFromVtable() local
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dobject.h43 enum class ObjectType : int { enum
/external/deqp/framework/opengl/
DgluObjectWrapper.hpp41 enum ObjectType enum
/external/llvm-project/clang/lib/Sema/
DSemaCXXScopeSpec.cpp385 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); in isNonTypeNestedNameSpecifier() local
494 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); in BuildCXXNestedNameSpecifier() local

123