Searched refs:resolveToScalarType (Results 1 – 8 of 8) sorted by relevance
61 value->autofill(prev, resolveToScalarType()); in addValue()69 const ScalarType *EnumType::resolveToScalarType() const { in resolveToScalarType() function in android::EnumType70 return mStorageType->resolveToScalarType(); in resolveToScalarType()91 return mStorageType->resolveToScalarType()->getJavaType(forInitializer); in getJavaType()95 return mStorageType->resolveToScalarType()->getJavaSuffix(); in getJavaSuffix()99 return mStorageType->resolveToScalarType()->getJavaWrapperType(); in getJavaWrapperType()131 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitReaderWriter()157 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitTypeDeclarations()205 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitEnumBitwiseOperator()249 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitBitFieldBitwiseAssignmentOperator()[all …]
28 const ScalarType *resolveToScalarType() const override;
29 const ScalarType *TypeDef::resolveToScalarType() const { in resolveToScalarType() function in android::TypeDef
43 const ScalarType *resolveToScalarType() const override;159 const ScalarType *resolveToScalarType() const override;
45 const ScalarType *resolveToScalarType() const override;
109 const ScalarType *Type::resolveToScalarType() const { in resolveToScalarType() function in android::Type114 const ScalarType *scalarType = resolveToScalarType(); in isValidEnumStorageType()
27 const ScalarType *ScalarType::resolveToScalarType() const { in resolveToScalarType() function in android::ScalarType
55 virtual const ScalarType *resolveToScalarType() const;