const google.golang.org/protobuf/reflect/protoreflect.Uint64Kind
34 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
proto.go#L252: Uint64Kind Kind = 4
proto.go#L270: Int64Kind, Sint64Kind, Uint64Kind,
proto.go#L297: case Uint64Kind:
proto.go#L341: case Uint64Kind:
google.golang.org/protobuf/encoding/protojson
decode.go#L332: case pref.Uint64Kind, pref.Fixed64Kind:
decode.go#L681: case pref.Uint64Kind, pref.Fixed64Kind:
encode.go#L255: case pref.Int64Kind, pref.Sint64Kind, pref.Uint64Kind,
encode.go#L347: pref.Uint64Kind, pref.Fixed64Kind:
google.golang.org/protobuf/encoding/prototext
decode.go#L333: case pref.Uint64Kind, pref.Fixed64Kind:
encode.go#L245: case pref.Uint32Kind, pref.Uint64Kind,
google.golang.org/protobuf/internal/encoding/defval
default.go#L83: case pref.Uint64Kind, pref.Fixed64Kind:
default.go#L145: case pref.Uint32Kind, pref.Fixed32Kind, pref.Uint64Kind, pref.Fixed64Kind:
google.golang.org/protobuf/internal/encoding/tag
tag.go#L63: f.L1.Kind = pref.Uint64Kind
tag.go#L146: case pref.BoolKind, pref.EnumKind, pref.Int32Kind, pref.Uint32Kind, pref.Int64Kind, pref.Uint64Kind:
google.golang.org/protobuf/internal/filedesc
desc.go#L589: case pref.Uint64Kind, pref.Fixed64Kind:
google.golang.org/protobuf/internal/filetype
build.go#L255: pref.Uint64Kind: reflect.TypeOf(uint64(0)),
google.golang.org/protobuf/internal/impl
codec_gen.go#L5626: protoreflect.Uint64Kind: protowire.VarintType,
codec_tables.go#L76: case pref.Uint64Kind:
codec_tables.go#L167: case pref.Uint64Kind:
codec_tables.go#L232: case pref.Uint64Kind:
codec_tables.go#L312: case pref.Uint64Kind:
codec_tables.go#L382: case pref.Uint64Kind:
codec_tables.go#L455: case pref.Uint64Kind:
codec_tables.go#L497: case pref.Uint64Kind:
codec_tables.go#L529: case pref.Uint64Kind:
convert.go#L115: case pref.Uint64Kind, pref.Fixed64Kind:
google.golang.org/protobuf/internal/mapsort
mapsort.go#L30: protoreflect.Uint64Kind, protoreflect.Fixed64Kind:
google.golang.org/protobuf/proto
decode_gen.go#L87: case protoreflect.Uint64Kind:
decode_gen.go#L371: case protoreflect.Uint64Kind:
encode_gen.go#L27: protoreflect.Uint64Kind: protowire.VarintType,
encode_gen.go#L56: case protoreflect.Uint64Kind:
size_gen.go#L30: case protoreflect.Uint64Kind:
github.com/golang/protobuf/proto
text_decode.go#L415: case protoreflect.Uint64Kind, protoreflect.Fixed64Kind:
text_encode.go#L310: case protoreflect.Uint32Kind, protoreflect.Fixed32Kind, protoreflect.Uint64Kind, protoreflect.Fixed64Kind:
 |
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. |