Searched defs:bytesConverter (Results 1 – 1 of 1) sorted by relevance
343 type bytesConverter struct { struct344 goType reflect.Type345 def protoreflect.Value348 func (c *bytesConverter) PBValueOf(v reflect.Value) protoreflect.Value {357 func (c *bytesConverter) GoValueOf(v protoreflect.Value) reflect.Value {360 func (c *bytesConverter) IsValidPB(v protoreflect.Value) bool {364 func (c *bytesConverter) IsValidGo(v reflect.Value) bool {367 func (c *bytesConverter) New() protoreflect.Value { return c.def }368 func (c *bytesConverter) Zero() protoreflect.Value { return c.def }