Searched refs:typeChain (Results 1 – 4 of 4) sorted by relevance
261 std::vector<const Interface *> chain = typeChain(); in fillDescriptorChainMethod()272 std::vector<const Interface *> chain = typeChain(); in fillDescriptorChainMethod()317 std::vector<const Interface *> chain = typeChain(); in fillHashChainMethod()327 std::vector<const Interface *> chain = typeChain(); in fillHashChainMethod()517 std::vector<const Interface *> Interface::typeChain() const { in typeChain() function in android::Interface528 return superType()->typeChain(); // should work even if superType is nullptr in superTypeChain()559 std::vector<const Interface *> chain = typeChain(); in allMethodsFromRoot()
101 std::vector<const Interface *> chain = iface->typeChain(); in generateVts()
50 std::vector<const Interface *> typeChain() const;
527 for (const Interface *superType : iface->typeChain()) { in generateInterfaceHeader()2107 for (const Interface *superType : iface->typeChain()) { in generateInterfaceSource()