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

/system/tools/hidl/
H A DPointerType.cpp70 bool PointerType::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { function in class:android::PointerType
H A DRefType.cpp249 bool RefType::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { function in class:android::RefType
H A DArrayType.cpp593 bool ArrayType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { function in class:android::ArrayType
597 return Type::deepContainsPointer(visited);
H A DCompoundType.cpp1049 bool CompoundType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { function in class:android::CompoundType
1056 return Scope::deepContainsPointer(visited);
H A DVectorType.cpp747 bool VectorType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { function in class:android::VectorType
751 return TemplatedType::deepContainsPointer(visited);
H A DType.cpp728 return deepContainsPointer(visited);
735 bool Type::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { function in class:android::Type

Completed in 55 milliseconds