Searched refs:isEnum (Results 1 – 17 of 17) sorted by relevance
24 final private boolean isEnum; field in CppSimpleType26 CppSimpleType(String name, String rawParsingExpression, boolean list, boolean isEnum) { in CppSimpleType() argument31 this.isEnum = isEnum; in CppSimpleType()82 if (isEnum) { in getWritingExpression()96 if (isEnum) { in getWritingExpression()
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;
363 if (!mReference->isEnum()) { in validate()380 CHECK(mReference->isEnum()); in evaluate()
41 if (elementType->isEnum()) { in isCompatibleElementType()
53 bool Type::isEnum() const { in isEnum() function in android::Type
558 if(!type->isEnum()) { in lookupEnumValue()
1425 std::string condition = (field->type().isScalar() || field->type().isEnum()) in emitJavaTypeDeclarations()
54 } else if (type.isEnum()) { in getAidlType()
181 } 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()