Searched refs:mStorageType (Results 1 - 2 of 2) sorted by relevance

/system/tools/hidl/
H A DEnumType.cpp32 : Scope(localName, fullName, location, parent), mValues(), mStorageType(storageType) {}
35 return mStorageType.get();
70 value->autofill(prevType, prevValue, mStorageType->resolveToScalarType());
79 return {&mStorageType};
93 if (!isElidableType() || !mStorageType->isValidEnumStorageType()) {
94 std::cerr << "ERROR: Invalid enum storage type (" << (mStorageType)->typeName()
95 << ") specified at " << mStorageType.location() << "\n";
139 return mStorageType->isElidableType();
143 return mStorageType->resolveToScalarType();
164 return mStorageType
[all...]
H A DEnumType.h135 Reference<Type> mStorageType; member in struct:android::EnumType

Completed in 29 milliseconds