Home
last modified time | relevance | path

Searched defs:ancestor (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/
DInterface.cpp456 for (const auto* ancestor : superTypeChain()) { in resolveInheritance() local
DType.cpp314 for (const Type* ancestor = this; ancestor != nullptr; ancestor = ancestor->parent()) { in checkForwardReferenceRestrictions() local