type github.com/jackc/pgx/v5/pgproto3.RowDescription

16 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		frontend.go#L53: 	rowDescription                  RowDescription
		row_description.go#L49: type RowDescription struct {
		row_description.go#L54: func (*RowDescription) Backend() {}
		row_description.go#L58: func (dst *RowDescription) Decode(src []byte) error {
		row_description.go#L103: func (src *RowDescription) Encode(dst []byte) ([]byte, error) {
		row_description.go#L126: func (src RowDescription) MarshalJSON() ([]byte, error) {
		row_description.go#L137: func (dst *RowDescription) UnmarshalJSON(data []byte) error {
		trace.go#L114: 	case *RowDescription:
		trace.go#L338: func (t *tracer) traceRowDescription(sender byte, encodedLen int32, msg *RowDescription) {

	github.com/jackc/pgx/v5/pgconn
		pgconn.go#L872: func convertRowDescription(dst []FieldDescription, rd *pgproto3.RowDescription) {
		pgconn.go#L944: 		case *pgproto3.RowDescription:
		pgconn.go#L1591: 		case *pgproto3.RowDescription:
		pgconn.go#L1774: 		case *pgproto3.RowDescription:
		pgconn.go#L1823: 	case *pgproto3.RowDescription:
		pgconn.go#L2589: 	case *pgproto3.RowDescription:
		pgconn.go#L2767: 	case *pgproto3.RowDescription: