Searched defs:deepContainsPointer (Results 1 – 6 of 6) sorted by relevance
90 bool PointerType::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { in deepContainsPointer() function in android::PointerType
249 bool RefType::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { in deepContainsPointer() function in android::RefType
602 bool ArrayType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::ArrayType
756 bool VectorType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::VectorType
745 bool Type::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { in deepContainsPointer() function in android::Type
2177 bool CompoundType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::CompoundType