Searched defs:uint32Converter (Results 1 – 1 of 1) sorted by relevance
217 type uint32Converter struct { struct218 goType reflect.Type219 def protoreflect.Value222 func (c *uint32Converter) PBValueOf(v reflect.Value) protoreflect.Value {228 func (c *uint32Converter) GoValueOf(v protoreflect.Value) reflect.Value {231 func (c *uint32Converter) IsValidPB(v protoreflect.Value) bool {235 func (c *uint32Converter) IsValidGo(v reflect.Value) bool {238 func (c *uint32Converter) New() protoreflect.Value { return c.def }239 func (c *uint32Converter) Zero() protoreflect.Value { return c.def }