Home
last modified time | relevance | path

Searched defs:deepNeedsResolveReferences (Results 1 – 5 of 5) sorted by relevance

/system/tools/hidl/
DRefType.cpp233 bool RefType::deepNeedsResolveReferences(std::unordered_set<const Type*>* /* visited */) const { in deepNeedsResolveReferences() function in android::RefType
DArrayType.cpp363 bool ArrayType::deepNeedsResolveReferences(std::unordered_set<const Type*>* visited) const { in deepNeedsResolveReferences() function in android::ArrayType
DVectorType.cpp725 bool VectorType::deepNeedsResolveReferences(std::unordered_set<const Type*>* visited) const { in deepNeedsResolveReferences() function in android::VectorType
DType.cpp658 bool Type::deepNeedsResolveReferences(std::unordered_set<const Type*>* /* visited */) const { in deepNeedsResolveReferences() function in android::Type
DCompoundType.cpp2076 bool CompoundType::deepNeedsResolveReferences(std::unordered_set<const Type*>* visited) const { in deepNeedsResolveReferences() function in android::CompoundType