Home
last modified time | relevance | path

Searched refs:scalarType (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/
DEnumType.cpp230 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitReaderWriter() local
231 CHECK(scalarType != nullptr); in emitReaderWriter()
233 scalarType->emitReaderWriterWithCast( in emitReaderWriter()
281 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitTypeDeclarations() local
282 CHECK(scalarType != nullptr); in emitTypeDeclarations()
284 const std::string storageType = scalarType->getCppStackType(); in emitTypeDeclarations()
300 std::string value = entry->cppValue(scalarType->getKind()); in emitTypeDeclarations()
311 const ScalarType* scalarType = mStorageType->resolveToScalarType(); in emitTypeForwardDeclaration() local
312 const std::string storageType = scalarType->getCppStackType(); in emitTypeForwardDeclaration()
348 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitEnumBitwiseOperator() local
[all …]
DType.cpp330 const ScalarType *scalarType = resolveToScalarType(); in isValidEnumStorageType() local
332 if (scalarType == nullptr) { in isValidEnumStorageType()
336 return scalarType->isValidEnumStorageType(); in isValidEnumStorageType()