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

34 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L255: 	FloatKind    Kind = 2
		proto.go#L271: 		Sfixed32Kind, Fixed32Kind, FloatKind,
		proto.go#L303: 	case FloatKind:
		proto.go#L347: 	case FloatKind:

	google.golang.org/protobuf/encoding/protojson
		decode.go#L337: 	case pref.FloatKind:
		encode.go#L260: 	case pref.FloatKind:

	google.golang.org/protobuf/encoding/prototext
		decode.go#L338: 	case pref.FloatKind:
		encode.go#L249: 	case pref.FloatKind:

	google.golang.org/protobuf/internal/encoding/defval
		default.go#L87: 	case pref.FloatKind, pref.DoubleKind:
		default.go#L101: 			if k == pref.FloatKind {
		default.go#L147: 	case pref.FloatKind, pref.DoubleKind:
		default.go#L157: 			if k == pref.FloatKind {

	google.golang.org/protobuf/internal/encoding/tag
		tag.go#L80: 				f.L1.Kind = pref.FloatKind
		tag.go#L152: 	case pref.Sfixed32Kind, pref.Fixed32Kind, pref.FloatKind:

	google.golang.org/protobuf/internal/filedesc
		desc.go#L591: 		case pref.FloatKind:

	google.golang.org/protobuf/internal/filetype
		build.go#L257: 	pref.FloatKind:    reflect.TypeOf(float32(0)),

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L5629: 	protoreflect.FloatKind:    protowire.Fixed32Type,
		codec_tables.go#L88: 		case pref.FloatKind:
		codec_tables.go#L179: 		case pref.FloatKind:
		codec_tables.go#L244: 		case pref.FloatKind:
		codec_tables.go#L324: 		case pref.FloatKind:
		codec_tables.go#L394: 		case pref.FloatKind:
		codec_tables.go#L461: 		case pref.FloatKind:
		codec_tables.go#L503: 		case pref.FloatKind:
		codec_tables.go#L535: 		case pref.FloatKind:
		convert.go#L119: 	case pref.FloatKind:

	google.golang.org/protobuf/proto
		decode_gen.go#L114: 	case protoreflect.FloatKind:
		decode_gen.go#L446: 	case protoreflect.FloatKind:
		encode_gen.go#L30: 	protoreflect.FloatKind:    protowire.Fixed32Type,
		encode_gen.go#L62: 	case protoreflect.FloatKind:
		equal.go#L119: 	case fd.Kind() == pref.FloatKind, fd.Kind() == pref.DoubleKind:
		size_gen.go#L36: 	case protoreflect.FloatKind:

	github.com/golang/protobuf/proto
		text_decode.go#L419: 	case protoreflect.FloatKind:
		text_encode.go#L356: 	case protoreflect.FloatKind, protoreflect.DoubleKind: