google.golang.org/protobuf/internal/impl.pointer.BoolSlice (method)
8 uses
google.golang.org/protobuf/internal/impl (current package)
codec_gen.go#L144: s := *p.BoolSlice()
codec_gen.go#L153: s := *p.BoolSlice()
codec_gen.go#L163: sp := p.BoolSlice()
codec_gen.go#L223: s := *p.BoolSlice()
codec_gen.go#L236: s := *p.BoolSlice()
merge_gen.go#L31: ds := dst.BoolSlice()
merge_gen.go#L32: ss := src.BoolSlice()
pointer_unsafe.go#L89: func (p pointer) BoolSlice() *[]bool { return (*[]bool)(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. |