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.cpp38 for (const Interface* iface : mRootScope.getInterface()->superTypeChain()) { in generateInheritanceHierarchy()
DgenerateVts.cpp83 for (const Interface* superInterface : iface->superTypeChain()) { in generateVts()
DInterface.h61 std::vector<const Interface *> superTypeChain() const;
DEnumType.h128 std::vector<const EnumType*> superTypeChain() const;
DEnumType.cpp70 for (const auto* type : superTypeChain()) { in resolveInheritance()
132 for (const auto* type : superTypeChain()) { in validateUniqueNames()
652 std::vector<const EnumType*> EnumType::superTypeChain() const { in superTypeChain() function in android::EnumType
DInterface.cpp460 for (const auto* ancestor : superTypeChain()) { in resolveInheritance()
631 std::vector<const Interface *> Interface::superTypeChain() const { in superTypeChain() function in android::Interface
DgenerateCpp.cpp856 for (const Interface *superType : iface->superTypeChain()) { in generateCppSource()