Home
last modified time | relevance | path

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

/system/tools/hidl/
DInterface.h57 std::vector<const Interface *> superTypeChain() const;
DEnumType.cpp61 for (const auto* type : superTypeChain()) { in resolveInheritance()
107 for (const auto* type : superTypeChain()) { in validateUniqueNames()
610 std::vector<const EnumType*> EnumType::superTypeChain() const { in superTypeChain() function in android::EnumType
DEnumType.h117 std::vector<const EnumType*> superTypeChain() const;
DInterface.cpp506 for (const auto* ancestor : superTypeChain()) { in resolveInheritance()
656 std::vector<const Interface *> Interface::superTypeChain() const { in superTypeChain() function in android::Interface
DgenerateCpp.cpp793 for (const Interface *superType : iface->superTypeChain()) { in generateCppSource()