Home
last modified time | relevance | path

Searched defs:listPtrConverter (Results 1 – 1 of 1) sorted by relevance

/external/golang-protobuf/internal/impl/
Dconvert_list.go66 type listPtrConverter struct { struct
67 goType reflect.Type // *[]T
68 c Converter
71 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 {