google.golang.org/protobuf/internal/impl.pointer.Uint64Ptr (method)
8 uses
google.golang.org/protobuf/internal/impl (current package)
codec_gen.go#L2694: v := **p.Uint64Ptr()
codec_gen.go#L2701: v := **p.Uint64Ptr()
codec_gen.go#L2726: vp := p.Uint64Ptr()
codec_gen.go#L4360: v := **p.Uint64Ptr()
codec_gen.go#L4375: vp := p.Uint64Ptr()
merge_gen.go#L123: p := *src.Uint64Ptr()
merge_gen.go#L126: *dst.Uint64Ptr() = &v
pointer_unsafe.go#L100: func (p pointer) Uint64Ptr() **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. |