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

35 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L259: 	FloatKind    Kind = 2
		proto.go#L275: 		Sfixed32Kind, Fixed32Kind, FloatKind,
		proto.go#L307: 	case FloatKind:
		proto.go#L351: 	case FloatKind:

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

	google.golang.org/protobuf/encoding/prototext
		decode.go#L320: 	case protoreflect.FloatKind:
		encode.go#L228: 	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#L80: 				f.L1.Kind = protoreflect.FloatKind
		tag.go#L152: 	case protoreflect.Sfixed32Kind, protoreflect.Fixed32Kind, protoreflect.FloatKind:

	google.golang.org/protobuf/internal/filedesc
		desc.go#L610: 		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#L5629: 	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#L119: 	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:
		equal.go#L130: 	case protoreflect.FloatKind, protoreflect.DoubleKind:
		size_gen.go#L36: 	case protoreflect.FloatKind:

	github.com/golang/protobuf/jsonpb
		decode.go#L469: 	case protoreflect.FloatKind:

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