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