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

31 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L264: 	FloatKind    Kind = 2
		proto.go#L280: 		Sfixed32Kind, Fixed32Kind, FloatKind,
		proto.go#L312: 	case FloatKind:
		proto.go#L356: 	case FloatKind:

	google.golang.org/protobuf/encoding/protojson
		decode.go#L320: 	case protoreflect.FloatKind:
		encode.go#L316: 	case protoreflect.FloatKind:

	google.golang.org/protobuf/encoding/prototext
		decode.go#L315: 	case protoreflect.FloatKind:
		encode.go#L238: 	case protoreflect.FloatKind:

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

	google.golang.org/protobuf/internal/encoding/tag
		tag.go#L81: 				f.L1.Kind = protoreflect.FloatKind
		tag.go#L149: 	case protoreflect.Sfixed32Kind, protoreflect.Fixed32Kind, protoreflect.FloatKind:

	google.golang.org/protobuf/internal/filedesc
		desc.go#L725: 		case protoreflect.FloatKind:

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

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L5716: 	protoreflect.FloatKind:    protowire.Fixed32Type,
		codec_tables.go#L88: 		case protoreflect.FloatKind:
		codec_tables.go#L179: 		case protoreflect.FloatKind:
		codec_tables.go#L244: 		case protoreflect.FloatKind:
		codec_tables.go#L324: 		case protoreflect.FloatKind:
		codec_tables.go#L394: 		case protoreflect.FloatKind:
		codec_tables.go#L461: 		case protoreflect.FloatKind:
		codec_tables.go#L503: 		case protoreflect.FloatKind:
		codec_tables.go#L535: 		case protoreflect.FloatKind:
		convert.go#L118: 	case protoreflect.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:
		size_gen.go#L36: 	case protoreflect.FloatKind: