Searched refs:getSubTypes (Results 1 – 8 of 8) sorted by relevance
63 const std::vector<NamedType *> &getSubTypes() const;
41 for (const auto &type : mRootScope->getSubTypes()) { in emitVtsTypeDeclarations()
163 const std::vector<NamedType *> &Scope::getSubTypes() const { in getSubTypes() function in android::Scope
537 for (const auto *type : mRootScope->getSubTypes()) { in isJavaCompatible()
52 for (const auto &type : mRootScope->getSubTypes()) { in generateJavaTypes()
292 std::vector<NamedType *> subTypes = rootScope->getSubTypes(); in generateMakefileSection()403 std::vector<NamedType *> subTypes = rootScope->getSubTypes(); in packageNeedsJavaCode()
784 for (const auto &type : getSubTypes()) { in emitVtsAttributeDeclaration()
978 for (const auto &type : getSubTypes()) { in emitVtsTypeDeclarations()