Searched defs:EnumType (Results 1 – 4 of 4) sorted by relevance
55 enum EnumType { enum81 enum EnumType { enum
114 operator EnumType() const { return Unbox(value_); } in EnumType() function
124 constexpr operator EnumType() const { return value_; } in EnumType() function
286 func EnumType(name string, basetype Type, values []EnumFieldInfo) Type { func