Searched defs:int64Converter (Results 1 – 1 of 1) sorted by relevance
193 type int64Converter struct { struct194 goType reflect.Type195 def protoreflect.Value198 func (c *int64Converter) PBValueOf(v reflect.Value) protoreflect.Value {204 func (c *int64Converter) GoValueOf(v protoreflect.Value) reflect.Value {207 func (c *int64Converter) IsValidPB(v protoreflect.Value) bool {211 func (c *int64Converter) IsValidGo(v reflect.Value) bool {214 func (c *int64Converter) New() protoreflect.Value { return c.def }215 func (c *int64Converter) Zero() protoreflect.Value { return c.def }