Home
last modified time | relevance | path

Searched refs:ENUM (Results 1 – 12 of 12) sorted by relevance

/system/tools/hidl/c2hal/
DCompositeDeclaration.cpp73 mQualifier == Type::Qualifier::ENUM); in generateSource()
77 if (mQualifier == Type::Qualifier::ENUM) { in generateSource()
168 CHECK(mQualifier == Type::Qualifier::ENUM); in setEnumTypeName()
Dc2hal_y.yy80 * both start with STRUCT/UNION/ENUM opt_id
90 %token ENUM
117 %right STRUCT ENUM
309 : ENUM
310 | ENUM CLASS /* c++11 */
311 | ENUM STRUCT /* c++11 */
326 $$ = new CompositeDeclaration(Type::Qualifier::ENUM, $2, $6);
522 | enum_key { $$ = new Type::Qualifier(Type::Qualifier::ENUM); }
DType.h45 ENUM enumerator
74 case Qualifier::ENUM: return "enum"; in qualifierText()
DType.cpp132 case Type::Qualifier::ENUM: in getHidlType()
DAST.cpp226 Type::Qualifier::ENUM, in isolateConstants()
Dc2hal_l.ll195 "enum" { return ENUM; }
/system/libvintf/
Dparse_string.cpp86 #define DEFINE_PARSE_STREAMIN_FOR_ENUM(ENUM) \ argument
87 bool parse(const std::string &s, ENUM *hf) { \
88 return parseEnum(s, hf, g##ENUM##Strings); \
90 std::ostream &operator<<(std::ostream &os, ENUM hf) { \
91 return os << g##ENUM##Strings.at(static_cast<size_t>(hf)); \
/system/security/keystore/
Dkeystore_aidl_hidl_marshalling_utils.cpp92 case TagType::ENUM: in readKeyParameterFromParcel()
122 case TagType::ENUM: in writeKeyParameterToParcel()
Dauthorization_set.cpp38 case TagType::ENUM: in keyParamLess()
71 case TagType::ENUM: in keyParamEqual()
/system/security/keystore/include/keystore/
Dkeymaster_tags.h92 static const int32_t KM_TAG_DIGEST_OLD = static_cast<int32_t>(TagType::ENUM) | 5;
93 static const int32_t KM_TAG_PADDING_OLD = static_cast<int32_t>(TagType::ENUM) | 7;
/system/tools/hidl/
Dhidl-gen_l.ll89 "enum" { return token::ENUM; }
Dhidl-gen_y.yy215 %token<str> ENUM "keyword `enum`"
943 : ENUM valid_type_name enum_storage_type