Searched refs:typeChain (Results 1 – 5 of 5) sorted by relevance
43 std::vector<const EnumType*> chain = typeChain(); in forEachValueFromRoot()54 for (const auto it : typeChain()) { in numValueNames()201 std::vector<const EnumType*> chain = typeChain(); in lookupIdentifier()259 std::vector<const EnumType*> chain = typeChain(); in emitTypeDeclarations()288 for (const auto* type : typeChain()) { in emitIteratorDeclaration()295 auto enumerators = typeChain(); in emitIteratorDeclaration()468 std::vector<const EnumType*> chain = typeChain(); in emitJavaTypeDeclarations()543 std::vector<const EnumType*> chain = typeChain(); in emitVtsTypeDeclarations()581 std::vector<const EnumType*> EnumType::typeChain() const { in typeChain() function in android::EnumType602 return static_cast<const EnumType*>(superType)->typeChain(); in superTypeChain()[all …]
268 std::vector<const Interface *> chain = typeChain(); in fillDescriptorChainMethod()279 std::vector<const Interface *> chain = typeChain(); in fillDescriptorChainMethod()323 std::vector<const Interface *> chain = typeChain(); in fillHashChainMethod()333 std::vector<const Interface *> chain = typeChain(); in fillHashChainMethod()647 std::vector<const Interface *> Interface::typeChain() const { in typeChain() function in android::Interface658 return isIBase() ? std::vector<const Interface*>() : superType()->typeChain(); in superTypeChain()685 std::vector<const Interface *> chain = typeChain(); in allMethodsFromRoot()
57 std::vector<const Interface *> typeChain() const;
119 std::vector<const EnumType*> typeChain() const;
348 for (const Interface *superType : iface->typeChain()) { in generateInterfaceHeader()1803 for (const Interface *superType : iface->typeChain()) { in generateInterfaceSource()