Searched refs:allSuperMethodsFromRoot (Results 1 – 2 of 2) sorted by relevance
83 std::vector<InterfaceAndMethod> allSuperMethodsFromRoot() const;
509 for (auto const& tuple : allSuperMethodsFromRoot()) { in validateUniqueNames()680 std::vector<InterfaceAndMethod> Interface::allSuperMethodsFromRoot() const { in allSuperMethodsFromRoot() function in android::Interface