• Home
  • Raw
  • Download

Lines Matching defs:name

44   static bool IsMember(const std::string& name) {  in IsMember()
48 static bool IsWeakMember(const std::string& name) { in IsWeakMember()
52 static bool IsMemberHandle(const std::string& name) { in IsMemberHandle()
57 static bool IsPersistent(const std::string& name) { in IsPersistent()
62 static bool IsCrossThreadPersistent(const std::string& name) { in IsCrossThreadPersistent()
67 static bool IsRefPtr(const std::string& name) { in IsRefPtr()
71 static bool IsOwnPtr(const std::string& name) { in IsOwnPtr()
75 static bool IsUniquePtr(const std::string& name) { in IsUniquePtr()
79 static bool IsWTFCollection(const std::string& name) { in IsWTFCollection()
89 static bool IsGCCollection(const std::string& name) { in IsGCCollection()
100 static bool IsPersistentGCCollection(const std::string& name) { in IsPersistentGCCollection()
110 static bool IsGCCollectionWithUnsafeIterator(const std::string& name) { in IsGCCollectionWithUnsafeIterator()
120 static bool IsHashMap(const std::string& name) { in IsHashMap()
127 static size_t CollectionDimension(const std::string& name) { in CollectionDimension()
131 static bool IsRefCountedBase(const std::string& name) { in IsRefCountedBase()
136 static bool IsGCMixinBase(const std::string& name) { in IsGCMixinBase()
140 static bool IsGCFinalizedBase(const std::string& name) { in IsGCFinalizedBase()
144 static bool IsGCBase(const std::string& name) { in IsGCBase()
150 static bool IsIterator(const std::string& name) { in IsIterator()
157 static bool IsSafePolymorphicBase(const std::string& name) { in IsSafePolymorphicBase()
179 static bool IsVisitor(const std::string& name) { in IsVisitor()
230 const std::string& name = method->getNameAsString(); in GetTraceMethodType() local
260 static bool IsTraceImplName(const std::string& name) { in IsTraceImplName()