Home
last modified time | relevance | path

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

/system/tools/hidl/
DEnumType.cpp61 value->autofill(prev, resolveToScalarType()); in addValue()
69 const ScalarType *EnumType::resolveToScalarType() const { in resolveToScalarType() function in android::EnumType
70 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 …]
DTypeDef.h28 const ScalarType *resolveToScalarType() const override;
DTypeDef.cpp29 const ScalarType *TypeDef::resolveToScalarType() const { in resolveToScalarType() function in android::TypeDef
DEnumType.h43 const ScalarType *resolveToScalarType() const override;
159 const ScalarType *resolveToScalarType() const override;
DScalarType.h45 const ScalarType *resolveToScalarType() const override;
DType.cpp109 const ScalarType *Type::resolveToScalarType() const { in resolveToScalarType() function in android::Type
114 const ScalarType *scalarType = resolveToScalarType(); in isValidEnumStorageType()
DScalarType.cpp27 const ScalarType *ScalarType::resolveToScalarType() const { in resolveToScalarType() function in android::ScalarType
DType.h55 virtual const ScalarType *resolveToScalarType() const;