google.golang.org/protobuf/internal/impl.pointer.Uint32Ptr (method)
8 uses
google.golang.org/protobuf/internal/impl (current package)
codec_gen.go#L1476: v := **p.Uint32Ptr()
codec_gen.go#L1483: v := **p.Uint32Ptr()
codec_gen.go#L1508: vp := p.Uint32Ptr()
codec_gen.go#L3412: v := **p.Uint32Ptr()
codec_gen.go#L3427: vp := p.Uint32Ptr()
merge_gen.go#L73: p := *src.Uint32Ptr()
merge_gen.go#L76: *dst.Uint32Ptr() = &v
pointer_unsafe.go#L97: func (p pointer) Uint32Ptr() **uint32 { return (**uint32)(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. |