Searched refs:resolveToScalarType (Results 1 – 11 of 11) sorted by relevance
79 value->autofill(prevType, prevValue, mStorageType->resolveToScalarType()); in resolveInheritance()167 const ScalarType *EnumType::resolveToScalarType() const { in resolveToScalarType() function in android::EnumType168 return mStorageType->resolveToScalarType(); in resolveToScalarType()189 return mStorageType->resolveToScalarType()->getJavaType(forInitializer); in getJavaType()193 return mStorageType->resolveToScalarType()->getJavaSuffix(); in getJavaSuffix()197 return mStorageType->resolveToScalarType()->getJavaTypeClass(); in getJavaTypeClass()210 return resolveToScalarType()->getJavaType(forInitializer); in getBitfieldJavaType()214 return resolveToScalarType()->getJavaTypeClass(); in getBitfieldJavaTypeClass()231 mStorageType->resolveToScalarType()->emitJavaFieldInitializer(out, fieldName); in emitJavaFieldInitializer()236 mStorageType->resolveToScalarType()->emitJavaFieldDefaultInitialValue(out, fieldName); in emitJavaFieldDefaultInitialValue()[all …]
31 const ScalarType *resolveToScalarType() const override;
29 const ScalarType *TypeDef::resolveToScalarType() const { in resolveToScalarType() function in android::TypeDef
45 const ScalarType *resolveToScalarType() const override;
49 const ScalarType *resolveToScalarType() const override;190 const ScalarType *resolveToScalarType() const override;
30 const ScalarType *ScalarType::resolveToScalarType() const { in resolveToScalarType() function in android::ScalarType
325 const ScalarType *Type::resolveToScalarType() const { in resolveToScalarType() function in android::Type330 const ScalarType *scalarType = resolveToScalarType(); in isValidEnumStorageType()
133 virtual const ScalarType *resolveToScalarType() const;
540 if (field->type().resolveToScalarType() == nullptr) { in emitSafeUnionTypeDeclarations()1161 if (field->type().resolveToScalarType() == nullptr) { in emitSafeUnionTypeDefinitions()
42 const ScalarType* scalar = enumType.storageType()->resolveToScalarType(); in emitEnumAidlDefinition()
163 const ScalarType* scalarType = type.resolveToScalarType(); in h2aScalarChecks()