Home
last modified time | relevance | path

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

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