Searched defs:EnumValue (Results 1 – 3 of 3) sorted by relevance
143 struct EnumValue : public LocalIdentifier, DocCommentable { struct164 DISALLOW_COPY_AND_ASSIGN(EnumValue); argument
739 EnumValue::EnumValue(const char* name, ConstantExpression* value, const Location& location) in EnumValue() function in android::EnumValue
976 class EnumValue(Node): class