Searched defs:superTypeChain (Results 1 - 2 of 2) sorted by relevance

/system/tools/hidl/
H A DEnumType.cpp61 for (const auto* type : superTypeChain()) {
107 for (const auto* type : superTypeChain()) {
610 std::vector<const EnumType*> EnumType::superTypeChain() const { function in class:android::EnumType
H A DInterface.cpp506 for (const auto* ancestor : superTypeChain()) {
656 std::vector<const Interface *> Interface::superTypeChain() const { function in class:android::Interface

Completed in 534 milliseconds