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

33 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L262: 	DoubleKind   Kind = 1
		proto.go#L276: 		Sfixed64Kind, Fixed64Kind, DoubleKind,
		proto.go#L313: 	case DoubleKind:
		proto.go#L357: 	case DoubleKind:

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

	google.golang.org/protobuf/encoding/prototext
		decode.go#L325: 	case protoreflect.DoubleKind:
		encode.go#L232: 	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#L89: 				f.L1.Kind = protoreflect.DoubleKind
		tag.go#L154: 	case protoreflect.Sfixed64Kind, protoreflect.Fixed64Kind, protoreflect.DoubleKind:

	google.golang.org/protobuf/internal/filedesc
		desc.go#L612: 		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#L5632: 	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#L123: 	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:
		equal.go#L130: 	case protoreflect.FloatKind, protoreflect.DoubleKind:
		size_gen.go#L42: 	case protoreflect.DoubleKind:

	github.com/golang/protobuf/jsonpb
		decode.go#L474: 	case protoreflect.DoubleKind:

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