type google.golang.org/protobuf/internal/impl.float32Converter
8 uses
google.golang.org/protobuf/internal/impl (current package)
convert.go#L121: return &float32Converter{t, defVal(fd, float32Zero)}
convert.go#L266: type float32Converter struct {
convert.go#L271: func (c *float32Converter) PBValueOf(v reflect.Value) pref.Value {
convert.go#L277: func (c *float32Converter) GoValueOf(v pref.Value) reflect.Value {
convert.go#L280: func (c *float32Converter) IsValidPB(v pref.Value) bool {
convert.go#L284: func (c *float32Converter) IsValidGo(v reflect.Value) bool {
convert.go#L287: func (c *float32Converter) New() pref.Value { return c.def }
convert.go#L288: func (c *float32Converter) 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. |