const google.golang.org/protobuf/reflect/protoreflect.Sint64Kind
34 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
proto.go#L251: Sint64Kind Kind = 18
proto.go#L270: Int64Kind, Sint64Kind, Uint64Kind,
proto.go#L295: case Sint64Kind:
proto.go#L339: case Sint64Kind:
google.golang.org/protobuf/encoding/protojson
decode.go#L322: case pref.Int64Kind, pref.Sint64Kind, pref.Sfixed64Kind:
decode.go#L671: case pref.Int64Kind, pref.Sint64Kind, pref.Sfixed64Kind:
encode.go#L255: case pref.Int64Kind, pref.Sint64Kind, pref.Uint64Kind,
encode.go#L343: pref.Int64Kind, pref.Sint64Kind, pref.Sfixed64Kind:
google.golang.org/protobuf/encoding/prototext
decode.go#L323: case pref.Int64Kind, pref.Sint64Kind, pref.Sfixed64Kind:
encode.go#L241: pref.Sint32Kind, pref.Sint64Kind,
google.golang.org/protobuf/internal/encoding/defval
default.go#L75: case pref.Int64Kind, pref.Sint64Kind, pref.Sfixed64Kind:
default.go#L143: case pref.Int32Kind, pref.Sint32Kind, pref.Sfixed32Kind, pref.Int64Kind, pref.Sint64Kind, pref.Sfixed64Kind:
google.golang.org/protobuf/internal/encoding/tag
tag.go#L71: f.L1.Kind = pref.Sint64Kind
tag.go#L150: case pref.Sint64Kind:
google.golang.org/protobuf/internal/filedesc
desc.go#L585: case pref.Int64Kind, pref.Sint64Kind, pref.Sfixed64Kind:
google.golang.org/protobuf/internal/filetype
build.go#L251: pref.Sint64Kind: reflect.TypeOf(int64(0)),
google.golang.org/protobuf/internal/impl
codec_gen.go#L5625: protoreflect.Sint64Kind: protowire.VarintType,
codec_tables.go#L72: case pref.Sint64Kind:
codec_tables.go#L163: case pref.Sint64Kind:
codec_tables.go#L228: case pref.Sint64Kind:
codec_tables.go#L308: case pref.Sint64Kind:
codec_tables.go#L378: case pref.Sint64Kind:
codec_tables.go#L453: case pref.Sint64Kind:
codec_tables.go#L495: case pref.Sint64Kind:
codec_tables.go#L527: case pref.Sint64Kind:
convert.go#L107: case pref.Int64Kind, pref.Sint64Kind, pref.Sfixed64Kind:
google.golang.org/protobuf/internal/mapsort
mapsort.go#L27: protoreflect.Int64Kind, protoreflect.Sint64Kind, protoreflect.Sfixed64Kind:
google.golang.org/protobuf/proto
decode_gen.go#L78: case protoreflect.Sint64Kind:
decode_gen.go#L346: case protoreflect.Sint64Kind:
encode_gen.go#L26: protoreflect.Sint64Kind: protowire.VarintType,
encode_gen.go#L54: case protoreflect.Sint64Kind:
size_gen.go#L28: case protoreflect.Sint64Kind:
github.com/golang/protobuf/proto
text_decode.go#L398: case protoreflect.Int64Kind, protoreflect.Sint64Kind, protoreflect.Sfixed64Kind:
text_encode.go#L308: case protoreflect.Int32Kind, protoreflect.Sint32Kind, protoreflect.Sfixed32Kind, protoreflect.Int64Kind, protoreflect.Sint64Kind, protoreflect.Sfixed64Kind:
 |
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. |