google.golang.org/protobuf/internal/filedesc.defaultValue.has (field)
5 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L314: func (fd *Field) HasDefault() bool { return fd.L1.Default.has }
desc.go#L407: func (xd *Extension) HasDefault() bool { return xd.lazyInit().Default.has }
desc.go#L531: dv := defaultValue{has: v.IsValid(), val: v, enum: ev}
desc.go#L568: has bool
desc.go#L576: if !dv.has {
![]() |
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. |