google.golang.org/protobuf/internal/impl.pointer.Int32Slice (method)
18 uses
google.golang.org/protobuf/internal/impl (current package)
codec_gen.go#L714: s := *p.Int32Slice()
codec_gen.go#L723: s := *p.Int32Slice()
codec_gen.go#L733: sp := p.Int32Slice()
codec_gen.go#L793: s := *p.Int32Slice()
codec_gen.go#L806: s := *p.Int32Slice()
codec_gen.go#L1120: s := *p.Int32Slice()
codec_gen.go#L1129: s := *p.Int32Slice()
codec_gen.go#L1139: sp := p.Int32Slice()
codec_gen.go#L1199: s := *p.Int32Slice()
codec_gen.go#L1212: s := *p.Int32Slice()
codec_gen.go#L3129: s := *p.Int32Slice()
codec_gen.go#L3136: s := *p.Int32Slice()
codec_gen.go#L3146: sp := p.Int32Slice()
codec_gen.go#L3186: s := *p.Int32Slice()
codec_gen.go#L3196: s := *p.Int32Slice()
merge_gen.go#L56: ds := dst.Int32Slice()
merge_gen.go#L57: ss := src.Int32Slice()
pointer_unsafe.go#L92: func (p pointer) Int32Slice() *[]int32 { return (*[]int32)(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. |