Searched defs:int32Converter (Results 1 – 1 of 1) sorted by relevance
169 type int32Converter struct { struct170 goType reflect.Type171 def protoreflect.Value174 func (c *int32Converter) PBValueOf(v reflect.Value) protoreflect.Value {180 func (c *int32Converter) GoValueOf(v protoreflect.Value) reflect.Value {183 func (c *int32Converter) IsValidPB(v protoreflect.Value) bool {187 func (c *int32Converter) IsValidGo(v reflect.Value) bool {190 func (c *int32Converter) New() protoreflect.Value { return c.def }191 func (c *int32Converter) Zero() protoreflect.Value { return c.def }