func github.com/jackc/pgtype.arrayParseValue

2 uses

	github.com/jackc/pgtype (current package)
		array.go#L200: 			value, quoted, err := arrayParseValue(buf)
		array.go#L244: func arrayParseValue(buf *bytes.Buffer) (string, bool, error) {