Home
last modified time | relevance | path

Searched defs:deepContainsPointer (Results 1 – 6 of 6) sorted by relevance

/system/tools/hidl/
DPointerType.cpp90 bool PointerType::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { in deepContainsPointer() function in android::PointerType
DRefType.cpp249 bool RefType::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { in deepContainsPointer() function in android::RefType
DArrayType.cpp602 bool ArrayType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::ArrayType
DVectorType.cpp756 bool VectorType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::VectorType
DType.cpp745 bool Type::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { in deepContainsPointer() function in android::Type
DCompoundType.cpp2177 bool CompoundType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::CompoundType