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

/system/tools/hidl/
H A DTypeDef.h35 bool isEnum() const override;
H A DTypeDef.cpp40 bool TypeDef::isEnum() const { function in class:android::TypeDef
H A DEnumType.cpp73 bool EnumType::isEnum() const { function in class:android::EnumType
497 if (superType == NULL || !superType->isEnum()) {
726 return elementType->isEnum();
794 CHECK(mElementType->isEnum());
H A DRefType.cpp49 if (elementType->isEnum()) {
H A Dhidl-gen_y.yy949 if (!(*scope)->isEnum()) {
982 if (!(*scope)->isEnum()) {
992 if (!(*scope)->isEnum()) {
H A DEnumType.h44 bool isEnum() const override;
H A DType.h42 virtual bool isEnum() const;
H A DType.cpp57 bool Type::isEnum() const { function in class:android::Type
H A DAST.cpp224 if(!type->isEnum()) {
H A DVectorType.cpp42 if (elementType->isEnum()) {
H A DCompoundType.cpp605 std::string condition = (field->type().isScalar() || field->type().isEnum())

Completed in 152 milliseconds