Searched refs:getSubTypes (Results 1 – 8 of 8) sorted by relevance
38 for (const auto& type : mRootScope.getSubTypes()) { in emitVtsTypeDeclarations()
76 const std::vector<NamedType *> &getSubTypes() const;
209 const std::vector<NamedType *> &Scope::getSubTypes() const { in getSubTypes() function in android::Scope
50 for (const auto& type : mRootScope.getSubTypes()) { in generateJavaTypes()
166 std::vector<NamedType*> rootTypes = typesAST->getRootScope()->getSubTypes(); in appendPerTypeTargets()419 std::vector<NamedType *> subTypes = rootScope->getSubTypes(); in packageNeedsJavaCode()
886 for (const auto &type : getSubTypes()) { in emitVtsAttributeDeclaration()
113 const auto& subTypes = Scope::getSubTypes(); in validateSubTypeNames()2099 for (const auto &type : getSubTypes()) { in emitVtsTypeDeclarations()
99 CHECK(getSubTypes().empty()); in validate()