Lines Matching defs:name
38 static bool IsMember(const std::string& name) { in IsMember()
42 static bool IsWeakMember(const std::string& name) { in IsWeakMember()
46 static bool IsMemberHandle(const std::string& name) { in IsMemberHandle()
51 static bool IsPersistent(const std::string& name) { in IsPersistent()
56 static bool IsCrossThreadPersistent(const std::string& name) { in IsCrossThreadPersistent()
61 static bool IsRefPtr(const std::string& name) { in IsRefPtr()
65 static bool IsOwnPtr(const std::string& name) { in IsOwnPtr()
69 static bool IsUniquePtr(const std::string& name) { in IsUniquePtr()
73 static bool IsWTFCollection(const std::string& name) { in IsWTFCollection()
83 static bool IsGCCollection(const std::string& name) { in IsGCCollection()
94 static bool IsPersistentGCCollection(const std::string& name) { in IsPersistentGCCollection()
104 static bool IsHashMap(const std::string& name) { in IsHashMap()
111 static size_t CollectionDimension(const std::string& name) { in CollectionDimension()
115 static bool IsRefCountedBase(const std::string& name) { in IsRefCountedBase()
120 static bool IsGCMixinBase(const std::string& name) { in IsGCMixinBase()
124 static bool IsGCFinalizedBase(const std::string& name) { in IsGCFinalizedBase()
128 static bool IsGCBase(const std::string& name) { in IsGCBase()
136 static bool IsSafePolymorphicBase(const std::string& name) { in IsSafePolymorphicBase()
158 static bool IsVisitor(const std::string& name) { in IsVisitor()
209 const std::string& name = method->getNameAsString(); in GetTraceMethodType() local
239 static bool IsTraceImplName(const std::string& name) { in IsTraceImplName()