google.golang.org/protobuf/internal/impl.pointer.Uint64 (method)
14 uses
google.golang.org/protobuf/internal/impl (current package)
codec_gen.go#L2619: v := *p.Uint64()
codec_gen.go#L2625: v := *p.Uint64()
codec_gen.go#L2650: *p.Uint64() = v
codec_gen.go#L2665: v := *p.Uint64()
codec_gen.go#L2675: v := *p.Uint64()
codec_gen.go#L4295: v := *p.Uint64()
codec_gen.go#L4310: *p.Uint64() = v
codec_gen.go#L4325: v := *p.Uint64()
codec_gen.go#L4335: v := *p.Uint64()
merge_gen.go#L112: *dst.Uint64() = *src.Uint64()
merge_gen.go#L116: v := *src.Uint64()
merge_gen.go#L118: *dst.Uint64() = v
pointer_unsafe.go#L99: func (p pointer) Uint64() *uint64 { return (*uint64)(p.p) }
![]() |
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. |