google.golang.org/protobuf/internal/impl.pointer.Bool (method)
10 uses
google.golang.org/protobuf/internal/impl (current package)
codec_gen.go#L19: v := *p.Bool()
codec_gen.go#L25: v := *p.Bool()
codec_gen.go#L50: *p.Bool() = protowire.DecodeBool(v)
codec_gen.go#L65: v := *p.Bool()
codec_gen.go#L75: v := *p.Bool()
merge_gen.go#L12: *dst.Bool() = *src.Bool()
merge_gen.go#L16: v := *src.Bool()
merge_gen.go#L18: *dst.Bool() = v
pointer_unsafe.go#L87: func (p pointer) Bool() *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. |