Searched refs:typeChain (Results 1 – 5 of 5) sorted by relevance
264 std::vector<const Interface *> chain = typeChain(); in fillDescriptorChainMethod()275 std::vector<const Interface *> chain = typeChain(); in fillDescriptorChainMethod()320 std::vector<const Interface *> chain = typeChain(); in fillHashChainMethod()330 std::vector<const Interface *> chain = typeChain(); in fillHashChainMethod()520 std::vector<const Interface *> Interface::typeChain() const { in typeChain() function in android::Interface531 return superType()->typeChain(); // should work even if superType is nullptr in superTypeChain()562 std::vector<const Interface *> chain = typeChain(); in allMethodsFromRoot()
114 std::vector<const Interface *> chain = iface->typeChain(); in generateVts()
50 std::vector<const Interface *> typeChain() const;
122 std::vector<const Interface *> chain = iface->typeChain(); in generateStubImplHeader()
536 for (const Interface *superType : iface->typeChain()) { in generateInterfaceHeader()1966 for (const Interface *superType : iface->typeChain()) { in generateInterfaceSource()