Searched defs:float64Converter (Results 1 – 1 of 1) sorted by relevance
289 type float64Converter struct { struct290 goType reflect.Type291 def protoreflect.Value294 func (c *float64Converter) PBValueOf(v reflect.Value) protoreflect.Value {300 func (c *float64Converter) GoValueOf(v protoreflect.Value) reflect.Value {303 func (c *float64Converter) IsValidPB(v protoreflect.Value) bool {307 func (c *float64Converter) IsValidGo(v reflect.Value) bool {310 func (c *float64Converter) New() protoreflect.Value { return c.def }311 func (c *float64Converter) Zero() protoreflect.Value { return c.def }