Home
last modified time | relevance | path

Searched refs:superTypeChain (Results 1 – 8 of 8) sorted by relevance

/system/tools/hidl/lint/lints/
DmethodVersions.cpp112 const std::vector<const Interface*>& superTypeChain = iface->superTypeChain(); in methodVersions() local
114 superTypeChain.begin(), superTypeChain.end(), in methodVersions()
/system/tools/hidl/
DgenerateInheritanceHierarchy.cpp37 for (const Interface* iface : mRootScope.getInterface()->superTypeChain()) { in generateInheritanceHierarchy()
DgenerateVts.cpp83 for (const Interface* superInterface : iface->superTypeChain()) { in generateVts()
DInterface.h58 std::vector<const Interface *> superTypeChain() const;
DEnumType.cpp70 for (const auto* type : superTypeChain()) { in resolveInheritance()
116 for (const auto* type : superTypeChain()) { in validateUniqueNames()
636 std::vector<const EnumType*> EnumType::superTypeChain() const { in superTypeChain() function in android::EnumType
DEnumType.h126 std::vector<const EnumType*> superTypeChain() const;
DInterface.cpp456 for (const auto* ancestor : superTypeChain()) { in resolveInheritance()
606 std::vector<const Interface *> Interface::superTypeChain() const { in superTypeChain() function in android::Interface
DgenerateCpp.cpp847 for (const Interface *superType : iface->superTypeChain()) { in generateCppSource()