func github.com/jackc/pgtype.underlyingPtrType

4 uses

	github.com/jackc/pgtype (current package)
		convert.go#L130: func underlyingPtrType(val interface{}) (interface{}, bool) {
		inet.go#L72: 		if originalSrc, ok := underlyingPtrType(src); ok {
		interval.go#L46: 		if originalSrc, ok := underlyingPtrType(src); ok {
		macaddr.go#L51: 		if originalSrc, ok := underlyingPtrType(src); ok {