Searched defs:deepContainsPointer (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/tools/hidl/ | ||
H A D | PointerType.cpp | 93 bool PointerType::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { in deepContainsPointer() function in android::PointerType |
H A D | VectorType.cpp | 641 bool VectorType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::VectorType |
H A D | ArrayType.cpp | 524 bool ArrayType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::ArrayType |
H A D | Type.cpp | 715 bool Type::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { in deepContainsPointer() function in android::Type |
H A D | CompoundType.cpp | 1946 bool CompoundType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::CompoundType |