const google.golang.org/protobuf/reflect/protoreflect.DoubleKind
32 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
proto.go#L258: DoubleKind Kind = 1
proto.go#L272: Sfixed64Kind, Fixed64Kind, DoubleKind,
proto.go#L309: case DoubleKind:
proto.go#L353: case DoubleKind:
google.golang.org/protobuf/encoding/protojson
decode.go#L342: case pref.DoubleKind:
encode.go#L264: case pref.DoubleKind:
google.golang.org/protobuf/encoding/prototext
decode.go#L343: case pref.DoubleKind:
encode.go#L253: case pref.DoubleKind:
google.golang.org/protobuf/internal/encoding/defval
default.go#L87: case pref.FloatKind, pref.DoubleKind:
default.go#L147: case pref.FloatKind, pref.DoubleKind:
google.golang.org/protobuf/internal/encoding/tag
tag.go#L89: f.L1.Kind = pref.DoubleKind
tag.go#L154: case pref.Sfixed64Kind, pref.Fixed64Kind, pref.DoubleKind:
google.golang.org/protobuf/internal/filedesc
desc.go#L593: case pref.DoubleKind:
google.golang.org/protobuf/internal/filetype
build.go#L258: pref.DoubleKind: reflect.TypeOf(float64(0)),
google.golang.org/protobuf/internal/impl
codec_gen.go#L5632: protoreflect.DoubleKind: protowire.Fixed64Type,
codec_tables.go#L100: case pref.DoubleKind:
codec_tables.go#L191: case pref.DoubleKind:
codec_tables.go#L256: case pref.DoubleKind:
codec_tables.go#L336: case pref.DoubleKind:
codec_tables.go#L406: case pref.DoubleKind:
codec_tables.go#L467: case pref.DoubleKind:
codec_tables.go#L509: case pref.DoubleKind:
codec_tables.go#L541: case pref.DoubleKind:
convert.go#L123: case pref.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#L119: case fd.Kind() == pref.FloatKind, fd.Kind() == pref.DoubleKind:
size_gen.go#L42: case protoreflect.DoubleKind:
github.com/golang/protobuf/proto
text_decode.go#L429: case protoreflect.DoubleKind:
text_encode.go#L356: case protoreflect.FloatKind, protoreflect.DoubleKind:
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |