Searched defs:listPtrConverter (Results 1 – 1 of 1) sorted by relevance
66 type listPtrConverter struct { struct67 goType reflect.Type // *[]T68 c Converter71 func (c *listPtrConverter) PBValueOf(v reflect.Value) protoreflect.Value {78 func (c *listPtrConverter) GoValueOf(v protoreflect.Value) reflect.Value {82 func (c *listPtrConverter) IsValidPB(v protoreflect.Value) bool {90 func (c *listPtrConverter) IsValidGo(v reflect.Value) bool {94 func (c *listPtrConverter) New() protoreflect.Value {98 func (c *listPtrConverter) Zero() protoreflect.Value {