const google.golang.org/protobuf/reflect/protoreflect.EnumKind

46 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L250: 	EnumKind     Kind = 14
		proto.go#L272: 	case BoolKind, EnumKind,
		proto.go#L289: 	case EnumKind:
		proto.go#L333: 	case EnumKind:

	google.golang.org/protobuf/reflect/protodesc
		desc_resolve.go#L111: 	case protoreflect.EnumKind:
		desc_resolve.go#L136: 			return protoreflect.EnumKind, d, nil, nil

	google.golang.org/protobuf/encoding/protojson
		decode.go#L331: 	case protoreflect.EnumKind:
		encode.go#L290: 	case protoreflect.EnumKind:

	google.golang.org/protobuf/encoding/prototext
		decode.go#L343: 	case protoreflect.EnumKind:
		encode.go#L239: 	case protoreflect.EnumKind:

	google.golang.org/protobuf/internal/descfmt
		stringer.go#L159: 						case protoreflect.EnumKind:

	google.golang.org/protobuf/internal/encoding/defval
		default.go#L56: 	case protoreflect.EnumKind:
		default.go#L137: 	case protoreflect.EnumKind:

	google.golang.org/protobuf/internal/encoding/tag
		tag.go#L103: 			f.L1.Kind = protoreflect.EnumKind
		tag.go#L146: 	case protoreflect.BoolKind, protoreflect.EnumKind, protoreflect.Int32Kind, protoreflect.Uint32Kind, protoreflect.Int64Kind, protoreflect.Uint64Kind:
		tag.go#L195: 	if fd.Kind() == protoreflect.EnumKind && enumName != "" {

	google.golang.org/protobuf/internal/filedesc
		desc.go#L561: 	if k == protoreflect.EnumKind {
		desc.go#L618: 		case protoreflect.EnumKind:
		desc_lazy.go#L42: 			case protoreflect.EnumKind:
		desc_lazy.go#L65: 		case protoreflect.EnumKind:
		desc_lazy.go#L471: 		case protoreflect.EnumKind:
		desc_lazy.go#L571: 		case protoreflect.EnumKind:

	google.golang.org/protobuf/internal/filetype
		build.go#L218: 		case protoreflect.EnumKind:

	google.golang.org/protobuf/internal/impl
		codec_extension.go#L62: 	case protoreflect.MessageKind, protoreflect.GroupKind, protoreflect.EnumKind:
		codec_gen.go#L5620: 	protoreflect.EnumKind:     protowire.VarintType,
		codec_tables.go#L52: 		case protoreflect.EnumKind:
		codec_tables.go#L143: 		case protoreflect.EnumKind:
		codec_tables.go#L208: 		case protoreflect.EnumKind:
		codec_tables.go#L288: 		case protoreflect.EnumKind:
		codec_tables.go#L358: 		case protoreflect.EnumKind:
		codec_tables.go#L443: 		case protoreflect.EnumKind:
		codec_tables.go#L485: 		case protoreflect.EnumKind:
		codec_tables.go#L517: 		case protoreflect.EnumKind:
		convert.go#L135: 	case protoreflect.EnumKind:
		legacy_extension.go#L49: 	if xd.Kind() == protoreflect.EnumKind {
		legacy_message.go#L319: 	if fd.Enum() == nil && fd.Kind() == protoreflect.EnumKind {

	google.golang.org/protobuf/proto
		decode_gen.go#L33: 	case protoreflect.EnumKind:
		decode_gen.go#L221: 	case protoreflect.EnumKind:
		encode_gen.go#L21: 	protoreflect.EnumKind:     protowire.VarintType,
		encode_gen.go#L44: 	case protoreflect.EnumKind:
		equal.go#L121: 	case protoreflect.EnumKind:
		size_gen.go#L18: 	case protoreflect.EnumKind:

	github.com/golang/protobuf/jsonpb
		decode.go#L483: 	case protoreflect.EnumKind:

	github.com/golang/protobuf/proto
		registry.go#L238: 	case protoreflect.EnumKind:
		text_decode.go#L447: 	case protoreflect.EnumKind:
		text_encode.go#L394: 	case protoreflect.EnumKind: