Searched defs:uint64Converter (Results 1 – 1 of 1) sorted by relevance
241 type uint64Converter struct { struct242 goType reflect.Type243 def protoreflect.Value246 func (c *uint64Converter) PBValueOf(v reflect.Value) protoreflect.Value {252 func (c *uint64Converter) GoValueOf(v protoreflect.Value) reflect.Value {255 func (c *uint64Converter) IsValidPB(v protoreflect.Value) bool {259 func (c *uint64Converter) IsValidGo(v reflect.Value) bool {262 func (c *uint64Converter) New() protoreflect.Value { return c.def }263 func (c *uint64Converter) Zero() protoreflect.Value { return c.def }