Searched defs:float32Converter (Results 1 – 1 of 1) sorted by relevance
265 type float32Converter struct { struct266 goType reflect.Type267 def protoreflect.Value270 func (c *float32Converter) PBValueOf(v reflect.Value) protoreflect.Value {276 func (c *float32Converter) GoValueOf(v protoreflect.Value) reflect.Value {279 func (c *float32Converter) IsValidPB(v protoreflect.Value) bool {283 func (c *float32Converter) IsValidGo(v reflect.Value) bool {286 func (c *float32Converter) New() protoreflect.Value { return c.def }287 func (c *float32Converter) Zero() protoreflect.Value { return c.def }