google.golang.org/protobuf/internal/impl.pointer.StringSlice (method)
8 uses
google.golang.org/protobuf/internal/impl (current package)
codec_gen.go#L5123: s := *p.StringSlice()
codec_gen.go#L5132: s := *p.StringSlice()
codec_gen.go#L5142: sp := p.StringSlice()
codec_gen.go#L5164: s := *p.StringSlice()
codec_gen.go#L5177: sp := p.StringSlice()
merge_gen.go#L206: ds := dst.StringSlice()
merge_gen.go#L207: ss := src.StringSlice()
pointer_unsafe.go#L110: func (p pointer) StringSlice() *[]string { return (*[]string)(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. |