Searched refs:isElidableType (Results 1 - 11 of 11) sorted by relevance

/system/tools/hidl/
H A DPointerType.h30 bool isElidableType() const override;
H A DPointerType.cpp30 bool PointerType::isElidableType() const { function in class:android::PointerType
H A DScalarType.h44 bool isElidableType() const override;
H A DInterface.h35 bool isElidableType() const override;
H A DScalarType.cpp40 bool ScalarType::isElidableType() const { function in class:android::ScalarType
H A DEnumType.h40 bool isElidableType() const override;
151 bool isElidableType() const override;
H A DEnumType.cpp61 bool EnumType::isElidableType() const { function in class:android::EnumType
62 return mStorageType->isElidableType();
754 bool BitFieldType::isElidableType() const { function in class:android::BitFieldType
755 return resolveToScalarType()->isElidableType();
H A DMethod.cpp236 if (typedVar->type().isElidableType()) {
H A DType.h60 virtual bool isElidableType() const;
H A DType.cpp119 bool Type::isElidableType() const { function in class:android::Type
H A DInterface.cpp531 bool Interface::isElidableType() const { function in class:android::Interface

Completed in 213 milliseconds