Searched defs:EnumValue (Results 1 – 3 of 3) 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
971 class EnumValue(Node): class