Home
last modified time | relevance | path

Searched refs:deepContainsPointer (Results 1 – 12 of 12) sorted by relevance

/system/tools/hidl/
DPointerType.h65 bool deepContainsPointer(std::unordered_set<const Type*>* visited) const override;
DPointerType.cpp90 bool PointerType::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { in deepContainsPointer() function in android::PointerType
DRefType.h78 bool deepContainsPointer(std::unordered_set<const Type*>* visited) const override;
DRefType.cpp249 bool RefType::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { in deepContainsPointer() function in android::RefType
DArrayType.h137 bool deepContainsPointer(std::unordered_set<const Type*>* visited) const override;
DVectorType.h132 bool deepContainsPointer(std::unordered_set<const Type*>* visited) const override;
DArrayType.cpp602 bool ArrayType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::ArrayType
606 return Type::deepContainsPointer(visited); in deepContainsPointer()
DVectorType.cpp756 bool VectorType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::VectorType
760 return TemplatedType::deepContainsPointer(visited); in deepContainsPointer()
DCompoundType.h143 bool deepContainsPointer(std::unordered_set<const Type*>* visited) const override;
DType.cpp738 return deepContainsPointer(visited); in containsPointer()
745 bool Type::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { in deepContainsPointer() function in android::Type
DType.h333 virtual bool deepContainsPointer(std::unordered_set<const Type*>* visited) const;
DCompoundType.cpp2177 bool CompoundType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::CompoundType
2184 return Scope::deepContainsPointer(visited); in deepContainsPointer()