Searched refs:typeChain (Results 1 – 9 of 9) sorted by relevance
44 std::vector<const EnumType*> chain = typeChain(); in forEachValueFromRoot()55 for (const auto it : typeChain()) { in numValueNames()218 std::vector<const EnumType*> chain = typeChain(); in lookupIdentifier()306 std::vector<const EnumType*> chain = typeChain(); in emitTypeDeclarations()335 for (const auto* type : typeChain()) { in emitIteratorDeclaration()347 auto enumerators = typeChain(); in emitIteratorDeclaration()523 std::vector<const EnumType*> chain = typeChain(); in emitJavaTypeDeclarations()598 std::vector<const EnumType*> chain = typeChain(); in emitVtsTypeDeclarations()636 std::vector<const EnumType*> EnumType::typeChain() const { in typeChain() function in android::EnumType657 return static_cast<const EnumType*>(superType)->typeChain(); in superTypeChain()[all …]
244 std::vector<const Interface *> chain = typeChain(); in fillDescriptorChainMethod()255 std::vector<const Interface *> chain = typeChain(); in fillDescriptorChainMethod()299 std::vector<const Interface *> chain = typeChain(); in fillHashChainMethod()309 std::vector<const Interface *> chain = typeChain(); in fillHashChainMethod()621 std::vector<const Interface *> Interface::typeChain() const { in typeChain() function in android::Interface632 return isIBase() ? std::vector<const Interface*>() : superType()->typeChain(); in superTypeChain()659 std::vector<const Interface *> chain = typeChain(); in allMethodsFromRoot()
64 std::vector<const Interface *> typeChain() const;
125 std::vector<const EnumType*> typeChain() const;
343 for (const Interface *superType : iface->typeChain()) { in generateInterfaceHeader()1738 for (const Interface *superType : iface->typeChain()) { in generateInterfaceSource()
67 for (const Interface* iface : interface.typeChain()) { in getUserDefinedMethods()191 for (const Interface* iface : interface.typeChain()) { in emitAidl()
52 for (const EnumType* type : enumType.typeChain()) { in emitEnumAidlDefinition()
414 for (const Interface* interface : iface->typeChain()) { in main()
80 for (const EnumType* type : enumType.typeChain()) { in emitEnumStaticAssert()