Searched refs:isEnum (Results 1 – 16 of 16) sorted by relevance
39 bool isEnum() const override;
46 bool TypeDef::isEnum() const { in isEnum() function in android::TypeDef
159 bool EnumType::isEnum() const { in isEnum() function in android::EnumType626 if (superType != nullptr && superType->isEnum()) { in typeChain()638 if (superType == nullptr || !superType->isEnum()) { in superTypeChain()842 CHECK(mElementType.get() != nullptr && mElementType->isEnum()); in getElementEnumType()851 return elementType->isEnum(); in isCompatibleElementType()918 CHECK(mElementType->isEnum()); in getEnumType()
1038 CHECK((*scope)->isEnum());1077 CHECK((*scope)->isEnum());1082 CHECK((*scope)->isEnum());1089 CHECK((*scope)->isEnum());1096 CHECK((*scope)->isEnum());
52 bool isEnum() const override;
47 virtual bool isEnum() const;
357 if (!mReference->isEnum()) { in validate()374 CHECK(mReference->isEnum()); in evaluate()
41 if (elementType->isEnum()) { in isCompatibleElementType()
53 bool Type::isEnum() const { in isEnum() function in android::Type
552 if(!type->isEnum()) { in lookupEnumValue()
1425 std::string condition = (field->type().isScalar() || field->type().isEnum()) in emitJavaTypeDeclarations()
54 } else if (type.isEnum()) { in getAidlType()
92 } else if (namedType.isEnum()) { in emitAidl()
38 if (!t->isEnum()) return OK; in enumValueNames()
76 } else if (namedType->isEnum()) { in namingConventions()
117 const bool isEnum = definedType && definedType->AsEnumDeclaration() != nullptr; in BuildArgList() local122 if (!(isPrimitive || isEnum || nonCopyable) || a->GetType().IsArray()) { in BuildArgList()