google.golang.org/protobuf/internal/impl.pointer.BytesSlice (method)
8 uses
google.golang.org/protobuf/internal/impl (current package)
codec_gen.go#L5463: s := *p.BytesSlice()
codec_gen.go#L5472: s := *p.BytesSlice()
codec_gen.go#L5482: sp := p.BytesSlice()
codec_gen.go#L5504: s := *p.BytesSlice()
codec_gen.go#L5517: sp := p.BytesSlice()
merge.go#L172: ds := dst.BytesSlice()
merge.go#L173: for _, v := range *src.BytesSlice() {
pointer_unsafe.go#L112: func (p pointer) BytesSlice() *[][]byte { return (*[][]byte)(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. |