Searched defs:isElidableType (Results 1 - 5 of 5) sorted by relevance

/system/tools/hidl/
H A DPointerType.cpp30 bool PointerType::isElidableType() const { function in class:android::PointerType
H A DScalarType.cpp44 bool ScalarType::isElidableType() const { function in class:android::ScalarType
H A DEnumType.cpp65 bool EnumType::isElidableType() const { function in class:android::EnumType
66 return mStorageType->isElidableType();
757 bool BitFieldType::isElidableType() const { function in class:android::BitFieldType
758 return resolveToScalarType()->isElidableType();
H A DInterface.cpp534 bool Interface::isElidableType() const { function in class:android::Interface
H A DType.cpp123 bool Type::isElidableType() const { function in class:android::Type

Completed in 56 milliseconds