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

29 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L267: 	DoubleKind   Kind = 1
		proto.go#L281: 		Sfixed64Kind, Fixed64Kind, DoubleKind,
		proto.go#L318: 	case DoubleKind:
		proto.go#L362: 	case DoubleKind:

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

	google.golang.org/protobuf/encoding/prototext
		decode.go#L320: 	case protoreflect.DoubleKind:
		encode.go#L242: 	case protoreflect.DoubleKind:

	google.golang.org/protobuf/internal/encoding/defval
		default.go#L87: 	case protoreflect.FloatKind, protoreflect.DoubleKind:
		default.go#L147: 	case protoreflect.FloatKind, protoreflect.DoubleKind:

	google.golang.org/protobuf/internal/encoding/tag
		tag.go#L90: 				f.L1.Kind = protoreflect.DoubleKind
		tag.go#L151: 	case protoreflect.Sfixed64Kind, protoreflect.Fixed64Kind, protoreflect.DoubleKind:

	google.golang.org/protobuf/internal/filedesc
		desc.go#L727: 		case protoreflect.DoubleKind:

	google.golang.org/protobuf/internal/filetype
		build.go#L257: 	protoreflect.DoubleKind:   reflect.TypeOf(float64(0)),

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L5719: 	protoreflect.DoubleKind:   protowire.Fixed64Type,
		codec_tables.go#L100: 		case protoreflect.DoubleKind:
		codec_tables.go#L191: 		case protoreflect.DoubleKind:
		codec_tables.go#L256: 		case protoreflect.DoubleKind:
		codec_tables.go#L336: 		case protoreflect.DoubleKind:
		codec_tables.go#L406: 		case protoreflect.DoubleKind:
		codec_tables.go#L467: 		case protoreflect.DoubleKind:
		codec_tables.go#L509: 		case protoreflect.DoubleKind:
		codec_tables.go#L541: 		case protoreflect.DoubleKind:
		convert.go#L122: 	case protoreflect.DoubleKind:

	google.golang.org/protobuf/proto
		decode_gen.go#L141: 	case protoreflect.DoubleKind:
		decode_gen.go#L521: 	case protoreflect.DoubleKind:
		encode_gen.go#L33: 	protoreflect.DoubleKind:   protowire.Fixed64Type,
		encode_gen.go#L68: 	case protoreflect.DoubleKind:
		size_gen.go#L42: 	case protoreflect.DoubleKind: