Searched refs:storageType (Results 1 - 3 of 3) sorted by relevance

/system/tools/hidl/
H A DEnumType.cpp31 const Reference<Type>& storageType, Scope* parent)
32 : Scope(localName, fullName, location, parent), mValues(), mStorageType(storageType) {}
34 const Type *EnumType::storageType() const { function in class:android::EnumType
241 const std::string storageType = scalarType->getCppStackType(); local
246 << storageType
282 const std::string storageType = scalarType->getCppStackType(); local
284 out << "enum class " << localName() << " : " << storageType << ";\n";
324 const std::string storageType = scalarType->getCppStackType(); local
327 << storageType
331 << (lhsIsEnum ? fullName() : storageType)
30 EnumType(const char* localName, const FQName& fullName, const Location& location, const Reference<Type>& storageType, Scope* parent) argument
368 const std::string storageType = scalarType->getCppStackType(); local
[all...]
H A DEnumType.h34 const Reference<Type>& storageType, Scope* parent);
36 const Type *storageType() const;
H A Dhidl-gen_y.yy984 auto storageType = $3;
986 if (storageType == nullptr) {
990 storageType = new Reference<Type>(
995 $2, ast->makeFullName($2, *scope), convertYYLoc(@2), *storageType, *scope);

Completed in 777 milliseconds