Home
last modified time | relevance | path

Searched defs:float64Converter (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dconvert.go289 type float64Converter struct { struct
290 goType reflect.Type
291 def protoreflect.Value
294 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 }