Home
last modified time | relevance | path

Searched refs:typeChain (Results 1 – 5 of 5) sorted by relevance

/system/tools/hidl/
DEnumType.cpp43 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::EnumType
602 return static_cast<const EnumType*>(superType)->typeChain(); in superTypeChain()
[all …]
DInterface.cpp268 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::Interface
658 return isIBase() ? std::vector<const Interface*>() : superType()->typeChain(); in superTypeChain()
685 std::vector<const Interface *> chain = typeChain(); in allMethodsFromRoot()
DInterface.h57 std::vector<const Interface *> typeChain() const;
DEnumType.h119 std::vector<const EnumType*> typeChain() const;
DgenerateCpp.cpp348 for (const Interface *superType : iface->typeChain()) { in generateInterfaceHeader()
1803 for (const Interface *superType : iface->typeChain()) { in generateInterfaceSource()