google.golang.org/protobuf/internal/impl.pointer.Uint32 (method)
14 uses
google.golang.org/protobuf/internal/impl (current package)
codec_gen.go#L1401: v := *p.Uint32()
codec_gen.go#L1407: v := *p.Uint32()
codec_gen.go#L1432: *p.Uint32() = uint32(v)
codec_gen.go#L1447: v := *p.Uint32()
codec_gen.go#L1457: v := *p.Uint32()
codec_gen.go#L3347: v := *p.Uint32()
codec_gen.go#L3362: *p.Uint32() = v
codec_gen.go#L3377: v := *p.Uint32()
codec_gen.go#L3387: v := *p.Uint32()
merge_gen.go#L62: *dst.Uint32() = *src.Uint32()
merge_gen.go#L66: v := *src.Uint32()
merge_gen.go#L68: *dst.Uint32() = v
pointer_unsafe.go#L96: func (p pointer) Uint32() *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. |