Searched defs:deepContainsPointer (Results 1 – 5 of 5) sorted by relevance
93 bool PointerType::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { in deepContainsPointer() function in android::PointerType
641 bool VectorType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::VectorType
524 bool ArrayType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::ArrayType
715 bool Type::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { in deepContainsPointer() function in android::Type
1946 bool CompoundType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::CompoundType