type google.golang.org/protobuf/internal/impl.boolConverter
8 uses
google.golang.org/protobuf/internal/impl (current package)
convert.go#L101: return &boolConverter{t, defVal(fd, boolZero)}
convert.go#L146: type boolConverter struct {
convert.go#L151: func (c *boolConverter) PBValueOf(v reflect.Value) pref.Value {
convert.go#L157: func (c *boolConverter) GoValueOf(v pref.Value) reflect.Value {
convert.go#L160: func (c *boolConverter) IsValidPB(v pref.Value) bool {
convert.go#L164: func (c *boolConverter) IsValidGo(v reflect.Value) bool {
convert.go#L167: func (c *boolConverter) New() pref.Value { return c.def }
convert.go#L168: func (c *boolConverter) Zero() pref.Value { return c.def }
![]() |
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. |