HomeSort by relevance Sort by last modified time
    Searched defs:resolveToScalarType (Results 1 - 4 of 4) sorted by null

  /system/tools/hidl/
TypeDef.cpp 28 const ScalarType *TypeDef::resolveToScalarType() const {
ScalarType.cpp 25 const ScalarType *ScalarType::resolveToScalarType() const {
EnumType.cpp 70 value->autofill(prevType, prevValue, mStorageType->resolveToScalarType());
142 const ScalarType *EnumType::resolveToScalarType() const {
143 return mStorageType->resolveToScalarType();
164 return mStorageType->resolveToScalarType()->getJavaType(forInitializer);
168 return mStorageType->resolveToScalarType()->getJavaSuffix();
172 return mStorageType->resolveToScalarType()->getJavaWrapperType();
185 return resolveToScalarType()->getJavaType(forInitializer);
189 return resolveToScalarType()->getJavaWrapperType();
212 const ScalarType *scalarType = mStorageType->resolveToScalarType();
238 const ScalarType *scalarType = mStorageType->resolveToScalarType();
    [all...]
Type.cpp 321 const ScalarType *Type::resolveToScalarType() const {
326 const ScalarType *scalarType = resolveToScalarType();

Completed in 78 milliseconds