Searched refs:resolveToScalarType (Results 1 – 9 of 9) sorted by relevance
78 value->autofill(prevType, prevValue, mStorageType->resolveToScalarType()); in resolveInheritance()150 const ScalarType *EnumType::resolveToScalarType() const { in resolveToScalarType() function in android::EnumType151 return mStorageType->resolveToScalarType(); in resolveToScalarType()172 return mStorageType->resolveToScalarType()->getJavaType(forInitializer); in getJavaType()176 return mStorageType->resolveToScalarType()->getJavaSuffix(); in getJavaSuffix()180 return mStorageType->resolveToScalarType()->getJavaTypeClass(); in getJavaTypeClass()193 return resolveToScalarType()->getJavaType(forInitializer); in getBitfieldJavaType()197 return resolveToScalarType()->getJavaTypeClass(); in getBitfieldJavaTypeClass()220 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitReaderWriter()246 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitTypeDeclarations()[all …]
29 const ScalarType *resolveToScalarType() const override;
28 const ScalarType *TypeDef::resolveToScalarType() const { in resolveToScalarType() function in android::TypeDef
45 const ScalarType *resolveToScalarType() const override;
48 const ScalarType *resolveToScalarType() const override;182 const ScalarType *resolveToScalarType() const override;
25 const ScalarType *ScalarType::resolveToScalarType() const { in resolveToScalarType() function in android::ScalarType
319 const ScalarType *Type::resolveToScalarType() const { in resolveToScalarType() function in android::Type324 const ScalarType *scalarType = resolveToScalarType(); in isValidEnumStorageType()
132 virtual const ScalarType *resolveToScalarType() const;
629 if (field->type().resolveToScalarType() == nullptr) { in emitSafeUnionTypeDeclarations()1264 if (field->type().resolveToScalarType() == nullptr) { in emitSafeUnionTypeDefinitions()