github.com/lib/pq.GenericArray.evaluateDestination (method)

2 uses

	github.com/lib/pq (current package)
		array.go#L274: func (GenericArray) evaluateDestination(rt reflect.Type) (reflect.Type, func([]byte, reflect.Value) error, string) {
		array.go#L343: 	dtype, assign, del := a.evaluateDestination(dv.Type().Elem())