Home
last modified time | relevance | path

Searched refs:resolveToScalarType (Results 1 – 9 of 9) sorted by relevance

/system/tools/hidl/
DEnumType.cpp78 value->autofill(prevType, prevValue, mStorageType->resolveToScalarType()); in resolveInheritance()
150 const ScalarType *EnumType::resolveToScalarType() const { in resolveToScalarType() function in android::EnumType
151 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 …]
DTypeDef.h29 const ScalarType *resolveToScalarType() const override;
DTypeDef.cpp28 const ScalarType *TypeDef::resolveToScalarType() const { in resolveToScalarType() function in android::TypeDef
DScalarType.h45 const ScalarType *resolveToScalarType() const override;
DEnumType.h48 const ScalarType *resolveToScalarType() const override;
182 const ScalarType *resolveToScalarType() const override;
DScalarType.cpp25 const ScalarType *ScalarType::resolveToScalarType() const { in resolveToScalarType() function in android::ScalarType
DType.cpp319 const ScalarType *Type::resolveToScalarType() const { in resolveToScalarType() function in android::Type
324 const ScalarType *scalarType = resolveToScalarType(); in isValidEnumStorageType()
DType.h132 virtual const ScalarType *resolveToScalarType() const;
DCompoundType.cpp629 if (field->type().resolveToScalarType() == nullptr) { in emitSafeUnionTypeDeclarations()
1264 if (field->type().resolveToScalarType() == nullptr) { in emitSafeUnionTypeDefinitions()