Searched defs:EnumValue (Results 1 – 4 of 4) sorted by relevance
151 struct EnumValue : public LocalIdentifier, DocCommentable { struct172 DISALLOW_COPY_AND_ASSIGN(EnumValue); argument
794 EnumValue::EnumValue(const std::string& name, ConstantExpression* value, const Location& location) in EnumValue() function in android::EnumValue
121 EnumValue(crate::mangled::_7_android_4_aidl_5_tests_8_LongEnum), enumerator
971 class EnumValue(Node): class