google.golang.org/protobuf/internal/impl.pointer.BoolPtr (method)
6 uses
google.golang.org/protobuf/internal/impl (current package)
codec_gen.go#L94: v := **p.BoolPtr()
codec_gen.go#L101: v := **p.BoolPtr()
codec_gen.go#L126: vp := p.BoolPtr()
merge_gen.go#L23: p := *src.BoolPtr()
merge_gen.go#L26: *dst.BoolPtr() = &v
pointer_unsafe.go#L88: func (p pointer) BoolPtr() **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. |