Home
last modified time | relevance | path

Searched refs:float32Converter (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dconvert.go120 return &float32Converter{t, defVal(fd, float32Zero)}
265 type float32Converter struct { struct
270 func (c *float32Converter) PBValueOf(v reflect.Value) protoreflect.Value { argument
276 func (c *float32Converter) GoValueOf(v protoreflect.Value) reflect.Value { argument
279 func (c *float32Converter) IsValidPB(v protoreflect.Value) bool { argument
283 func (c *float32Converter) IsValidGo(v reflect.Value) bool { argument
286 func (c *float32Converter) New() protoreflect.Value { return c.def } argument
287 func (c *float32Converter) Zero() protoreflect.Value { return c.def } argument