google.golang.org/protobuf/internal/impl.pointer.Uint32Slice (method)
13 uses
google.golang.org/protobuf/internal/impl (current package)
codec_gen.go#L1526: s := *p.Uint32Slice()
codec_gen.go#L1535: s := *p.Uint32Slice()
codec_gen.go#L1545: sp := p.Uint32Slice()
codec_gen.go#L1605: s := *p.Uint32Slice()
codec_gen.go#L1618: s := *p.Uint32Slice()
codec_gen.go#L3445: s := *p.Uint32Slice()
codec_gen.go#L3452: s := *p.Uint32Slice()
codec_gen.go#L3462: sp := p.Uint32Slice()
codec_gen.go#L3502: s := *p.Uint32Slice()
codec_gen.go#L3512: s := *p.Uint32Slice()
merge_gen.go#L81: ds := dst.Uint32Slice()
merge_gen.go#L82: ss := src.Uint32Slice()
pointer_unsafe.go#L98: func (p pointer) Uint32Slice() *[]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. |