Home
last modified time | relevance | path

Searched defs:superTypeChain (Results 1 – 3 of 3) sorted by relevance

/system/tools/hidl/lint/lints/
DmethodVersions.cpp112 const std::vector<const Interface*>& superTypeChain = iface->superTypeChain(); in methodVersions() local
/system/tools/hidl/
DInterface.cpp631 std::vector<const Interface *> Interface::superTypeChain() const { in superTypeChain() function in android::Interface
DEnumType.cpp652 std::vector<const EnumType*> EnumType::superTypeChain() const { in superTypeChain() function in android::EnumType