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

42 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L246: 	EnumKind     Kind = 14
		proto.go#L268: 	case BoolKind, EnumKind,
		proto.go#L285: 	case EnumKind:
		proto.go#L329: 	case EnumKind:

	google.golang.org/protobuf/encoding/protojson
		decode.go#L357: 	case pref.EnumKind:
		encode.go#L271: 	case pref.EnumKind:

	google.golang.org/protobuf/encoding/prototext
		decode.go#L361: 	case pref.EnumKind:
		encode.go#L260: 	case pref.EnumKind:

	google.golang.org/protobuf/internal/descfmt
		stringer.go#L157: 						case pref.EnumKind:

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

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

	google.golang.org/protobuf/internal/filedesc
		desc.go#L542: 	if k == pref.EnumKind {
		desc.go#L599: 		case pref.EnumKind:
		desc_lazy.go#L42: 			case pref.EnumKind:
		desc_lazy.go#L65: 		case pref.EnumKind:
		desc_lazy.go#L471: 		case pref.EnumKind:
		desc_lazy.go#L571: 		case pref.EnumKind:

	google.golang.org/protobuf/internal/filetype
		build.go#L219: 		case pref.EnumKind:

	google.golang.org/protobuf/internal/impl
		codec_extension.go#L62: 	case pref.MessageKind, pref.GroupKind, pref.EnumKind:
		codec_gen.go#L5620: 	protoreflect.EnumKind:     protowire.VarintType,
		codec_tables.go#L52: 		case pref.EnumKind:
		codec_tables.go#L143: 		case pref.EnumKind:
		codec_tables.go#L208: 		case pref.EnumKind:
		codec_tables.go#L288: 		case pref.EnumKind:
		codec_tables.go#L358: 		case pref.EnumKind:
		codec_tables.go#L443: 		case pref.EnumKind:
		codec_tables.go#L485: 		case pref.EnumKind:
		codec_tables.go#L517: 		case pref.EnumKind:
		convert.go#L135: 	case pref.EnumKind:
		legacy_extension.go#L49: 	if xd.Kind() == pref.EnumKind {
		legacy_message.go#L308: 	if fd.Enum() == nil && fd.Kind() == pref.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:
		size_gen.go#L18: 	case protoreflect.EnumKind:

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