Searched refs:resolveToScalarType (Results 1 – 10 of 10) sorted by relevance
79 value->autofill(prevType, prevValue, mStorageType->resolveToScalarType()); in resolveInheritance()151 const ScalarType *EnumType::resolveToScalarType() const { in resolveToScalarType() function in android::EnumType152 return mStorageType->resolveToScalarType(); in resolveToScalarType()173 return mStorageType->resolveToScalarType()->getJavaType(forInitializer); in getJavaType()177 return mStorageType->resolveToScalarType()->getJavaSuffix(); in getJavaSuffix()181 return mStorageType->resolveToScalarType()->getJavaTypeClass(); in getJavaTypeClass()194 return resolveToScalarType()->getJavaType(forInitializer); in getBitfieldJavaType()198 return resolveToScalarType()->getJavaTypeClass(); in getBitfieldJavaTypeClass()215 mStorageType->resolveToScalarType()->emitJavaFieldInitializer(out, fieldName); in emitJavaFieldInitializer()220 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;188 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()1186 if (field->type().resolveToScalarType() == nullptr) { in emitSafeUnionTypeDefinitions()
51 const ScalarType* scalar = enumType.storageType()->resolveToScalarType(); in emitEnumAidlDefinition()