Searched refs:allMethodsFromRoot (Results 1 – 4 of 4) sorted by relevance
73 std::vector<InterfaceAndMethod> allMethodsFromRoot() const;
334 for (const auto &tuple : iface->allMethodsFromRoot()) { in generateJava()537 for (const auto &tuple : iface->allMethodsFromRoot()) { in generateJava()
683 std::vector<InterfaceAndMethod> Interface::allMethodsFromRoot() const { in allMethodsFromRoot() function in android::Interface701 return isIBase() ? std::vector<InterfaceAndMethod>() : superType()->allMethodsFromRoot(); in allSuperMethodsFromRoot()
303 for (const auto& tuple : iface->allMethodsFromRoot()) { in generateInterfaceHeader()611 for (const auto &tuple : iface->allMethodsFromRoot()) { in generateMethods()1383 for (const auto &tuple : iface->allMethodsFromRoot()) { in generateStubSource()