Home
last modified time | relevance | path

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

/system/tools/hidl/
DPointerType.h65 bool deepContainsPointer(std::unordered_set<const Type*>* visited) const override;
DPointerType.cpp93 bool PointerType::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { in deepContainsPointer() function in android::PointerType
DArrayType.h114 bool deepContainsPointer(std::unordered_set<const Type*>* visited) const override;
DVectorType.h107 bool deepContainsPointer(std::unordered_set<const Type*>* visited) const override;
DArrayType.cpp524 bool ArrayType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::ArrayType
528 return Type::deepContainsPointer(visited); in deepContainsPointer()
DVectorType.cpp641 bool VectorType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::VectorType
645 return TemplatedType::deepContainsPointer(visited); in deepContainsPointer()
DCompoundType.h123 bool deepContainsPointer(std::unordered_set<const Type*>* visited) const override;
DType.cpp708 return deepContainsPointer(visited); in containsPointer()
715 bool Type::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { in deepContainsPointer() function in android::Type
DType.h310 virtual bool deepContainsPointer(std::unordered_set<const Type*>* visited) const;
DCompoundType.cpp1946 bool CompoundType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::CompoundType
1953 return Scope::deepContainsPointer(visited); in deepContainsPointer()