• Home
  • Raw
  • Download

Lines Matching defs:name

40   static bool IsMember(const std::string& name) {  in IsMember()
44 static bool IsWeakMember(const std::string& name) { in IsWeakMember()
48 static bool IsMemberHandle(const std::string& name) { in IsMemberHandle()
53 static bool IsPersistent(const std::string& name) { in IsPersistent()
58 static bool IsCrossThreadPersistent(const std::string& name) { in IsCrossThreadPersistent()
63 static bool IsRefPtr(const std::string& name) { in IsRefPtr()
67 static bool IsUniquePtr(const std::string& name) { in IsUniquePtr()
71 static bool IsWTFCollection(const std::string& name) { in IsWTFCollection()
81 static bool IsGCCollection(const std::string& name) { in IsGCCollection()
92 static bool IsPersistentGCCollection(const std::string& name) { in IsPersistentGCCollection()
102 static bool IsGCCollectionWithUnsafeIterator(const std::string& name) { in IsGCCollectionWithUnsafeIterator()
112 static bool IsHashMap(const std::string& name) { in IsHashMap()
119 static size_t CollectionDimension(const std::string& name) { in CollectionDimension()
123 static bool IsRefCountedBase(const std::string& name) { in IsRefCountedBase()
128 static bool IsGCMixinBase(const std::string& name) { in IsGCMixinBase()
132 static bool IsGCFinalizedBase(const std::string& name) { in IsGCFinalizedBase()
136 static bool IsGCBase(const std::string& name) { in IsGCBase()
142 static bool IsIterator(const std::string& name) { in IsIterator()
149 static bool IsSafePolymorphicBase(const std::string& name) { in IsSafePolymorphicBase()
171 static bool IsVisitor(const std::string& name) { in IsVisitor()
220 const std::string& name = method->getNameAsString(); in GetTraceMethodType() local