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

36 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L269: 	BytesKind    Kind = 12
		proto.go#L282: 		StringKind, BytesKind, MessageKind, GroupKind:
		proto.go#L322: 	case BytesKind:
		proto.go#L366: 	case BytesKind:

	google.golang.org/protobuf/encoding/protojson
		decode.go#L335: 	case protoreflect.BytesKind:
		encode.go#L324: 	case protoreflect.BytesKind:

	google.golang.org/protobuf/encoding/prototext
		decode.go#L333: 	case protoreflect.BytesKind:
		encode.go#L246: 	case protoreflect.BytesKind:

	google.golang.org/protobuf/internal/encoding/defval
		default.go#L110: 	case protoreflect.BytesKind:
		default.go#L166: 	case protoreflect.BytesKind:

	google.golang.org/protobuf/internal/encoding/tag
		tag.go#L97: 				f.L1.Kind = protoreflect.BytesKind
		tag.go#L153: 	case protoreflect.StringKind, protoreflect.BytesKind, protoreflect.MessageKind:

	google.golang.org/protobuf/internal/filedesc
		desc.go#L364: 	case protoreflect.StringKind, protoreflect.BytesKind, protoreflect.MessageKind, protoreflect.GroupKind:
		desc.go#L475: 	case protoreflect.StringKind, protoreflect.BytesKind, protoreflect.MessageKind, protoreflect.GroupKind:
		desc.go#L731: 		case protoreflect.BytesKind:

	google.golang.org/protobuf/internal/filetype
		build.go#L259: 	protoreflect.BytesKind:    reflect.TypeOf([]byte(nil)),

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L5721: 	protoreflect.BytesKind:    protowire.BytesType,
		codec_map.go#L74: 	case protoreflect.BytesKind:
		codec_tables.go#L117: 		case protoreflect.BytesKind:
		codec_tables.go#L273: 		case protoreflect.BytesKind:
		codec_tables.go#L347: 		case protoreflect.BytesKind:
		codec_tables.go#L423: 		case protoreflect.BytesKind:
		codec_tables.go#L474: 		case protoreflect.BytesKind:
		codec_tables.go#L548: 		case protoreflect.BytesKind:
		convert.go#L130: 	case protoreflect.BytesKind:
		message_opaque_gen.go#L88: 		if fd.Kind() == protoreflect.BytesKind {
		message_reflect_field_gen.go#L113: 		if fd.Kind() == protoreflect.BytesKind {
		message_reflect_field_gen.go#L235: 		if fd.Kind() == protoreflect.BytesKind {

	google.golang.org/protobuf/proto
		decode_gen.go#L162: 	case protoreflect.BytesKind:
		decode_gen.go#L559: 	case protoreflect.BytesKind:
		encode_gen.go#L35: 	protoreflect.BytesKind:    protowire.BytesType,
		encode_gen.go#L75: 	case protoreflect.BytesKind:
		merge.go#L97: 		case fd.Kind() == protoreflect.BytesKind:
		merge.go#L118: 		case fd.Kind() == protoreflect.BytesKind:
		merge.go#L134: 		case fd.Kind() == protoreflect.BytesKind:
		size_gen.go#L46: 	case protoreflect.BytesKind: