Home
last modified time | relevance | path

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

/dports/databases/postgresql12-client/postgresql-12.9/src/include/executor/
H A DexecExpr.h676 typedef struct SubscriptingRefState struct
678 bool isassignment; /* is it assignment, or just fetch? */
680 Oid refelemtype; /* OID of the container element type */
681 int16 refattrlength; /* typlen of container type */
682 int16 refelemlength; /* typlen of the container element type */
683 bool refelembyval; /* is the element type pass-by-value? */
684 char refelemalign; /* typalign of the element type */
708 } SubscriptingRefState; argument
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/executor/
H A DexecExpr.h662 typedef struct SubscriptingRefState struct
664 bool isassignment; /* is it assignment, or just fetch? */
666 Oid refelemtype; /* OID of the container element type */
667 int16 refattrlength; /* typlen of container type */
668 int16 refelemlength; /* typlen of the container element type */
669 bool refelembyval; /* is the element type pass-by-value? */
670 char refelemalign; /* typalign of the element type */
694 } SubscriptingRefState; argument
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/executor/
H A DexecExpr.h662 typedef struct SubscriptingRefState struct
664 bool isassignment; /* is it assignment, or just fetch? */
666 Oid refelemtype; /* OID of the container element type */
667 int16 refattrlength; /* typlen of container type */
668 int16 refelemlength; /* typlen of the container element type */
669 bool refelembyval; /* is the element type pass-by-value? */
670 char refelemalign; /* typalign of the element type */
694 } SubscriptingRefState; argument
/dports/databases/postgresql12-server/postgresql-12.9/src/include/executor/
H A DexecExpr.h676 typedef struct SubscriptingRefState struct
678 bool isassignment; /* is it assignment, or just fetch? */
680 Oid refelemtype; /* OID of the container element type */
681 int16 refattrlength; /* typlen of container type */
682 int16 refelemlength; /* typlen of the container element type */
683 bool refelembyval; /* is the element type pass-by-value? */
684 char refelemalign; /* typalign of the element type */
708 } SubscriptingRefState; argument
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/include/executor/
H A DexecExpr.h676 typedef struct SubscriptingRefState struct
678 bool isassignment; /* is it assignment, or just fetch? */
680 Oid refelemtype; /* OID of the container element type */
681 int16 refattrlength; /* typlen of container type */
682 int16 refelemlength; /* typlen of the container element type */
683 bool refelembyval; /* is the element type pass-by-value? */
684 char refelemalign; /* typalign of the element type */
708 } SubscriptingRefState; argument
/dports/databases/postgresql12-plpython/postgresql-12.9/src/include/executor/
H A DexecExpr.h676 typedef struct SubscriptingRefState struct
678 bool isassignment; /* is it assignment, or just fetch? */
680 Oid refelemtype; /* OID of the container element type */
681 int16 refattrlength; /* typlen of container type */
682 int16 refelemlength; /* typlen of the container element type */
683 bool refelembyval; /* is the element type pass-by-value? */
684 char refelemalign; /* typalign of the element type */
708 } SubscriptingRefState; argument
/dports/databases/postgresql12-contrib/postgresql-12.9/src/include/executor/
H A DexecExpr.h676 typedef struct SubscriptingRefState struct
678 bool isassignment; /* is it assignment, or just fetch? */
680 Oid refelemtype; /* OID of the container element type */
681 int16 refattrlength; /* typlen of container type */
682 int16 refelemlength; /* typlen of the container element type */
683 bool refelembyval; /* is the element type pass-by-value? */
684 char refelemalign; /* typalign of the element type */
708 } SubscriptingRefState; argument
/dports/databases/postgresql12-docs/postgresql-12.9/src/include/executor/
H A DexecExpr.h676 typedef struct SubscriptingRefState struct
678 bool isassignment; /* is it assignment, or just fetch? */
680 Oid refelemtype; /* OID of the container element type */
681 int16 refattrlength; /* typlen of container type */
682 int16 refelemlength; /* typlen of the container element type */
683 bool refelembyval; /* is the element type pass-by-value? */
684 char refelemalign; /* typalign of the element type */
708 } SubscriptingRefState; argument
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/executor/
H A DexecExpr.h662 typedef struct SubscriptingRefState struct
664 bool isassignment; /* is it assignment, or just fetch? */
666 Oid refelemtype; /* OID of the container element type */
667 int16 refattrlength; /* typlen of container type */
668 int16 refelemlength; /* typlen of the container element type */
669 bool refelembyval; /* is the element type pass-by-value? */
670 char refelemalign; /* typalign of the element type */
694 } SubscriptingRefState; typedef
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/executor/
H A DexecExpr.h662 typedef struct SubscriptingRefState struct
664 bool isassignment; /* is it assignment, or just fetch? */
666 Oid refelemtype; /* OID of the container element type */
667 int16 refattrlength; /* typlen of container type */
668 int16 refelemlength; /* typlen of the container element type */
669 bool refelembyval; /* is the element type pass-by-value? */
670 char refelemalign; /* typalign of the element type */
694 } SubscriptingRefState; argument
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/executor/
H A DexecExpr.h662 typedef struct SubscriptingRefState struct
664 bool isassignment; /* is it assignment, or just fetch? */
666 Oid refelemtype; /* OID of the container element type */
667 int16 refattrlength; /* typlen of container type */
668 int16 refelemlength; /* typlen of the container element type */
669 bool refelembyval; /* is the element type pass-by-value? */
670 char refelemalign; /* typalign of the element type */
694 } SubscriptingRefState; argument
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/syn-1.0.39/src/
H A Dty.rs662 }
663 if args.is_empty() {
667 inputs.push_punct(args.parse()?);
668 }
672 variadic,
676 if has_mut_self {
677 Ok(None)
679 Ok(Some(bare_fn))
683 impl Parse for TypeNever {
685 Ok(TypeNever {
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/executor/
H A DexecExpr.h675 typedef struct SubscriptingRefState struct
677 bool isassignment; /* is it assignment, or just fetch? */
702 } SubscriptingRefState; argument
/dports/databases/postgresql14-server/postgresql-14.1/src/include/executor/
H A DexecExpr.h675 typedef struct SubscriptingRefState struct
677 bool isassignment; /* is it assignment, or just fetch? */
702 } SubscriptingRefState; argument
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/executor/
H A DexecExpr.h675 typedef struct SubscriptingRefState struct
677 bool isassignment; /* is it assignment, or just fetch? */
702 } SubscriptingRefState; argument
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/executor/
H A DexecExpr.h675 typedef struct SubscriptingRefState struct
677 bool isassignment; /* is it assignment, or just fetch? */
702 } SubscriptingRefState; argument
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/executor/
H A DexecExpr.h675 typedef struct SubscriptingRefState struct
677 bool isassignment; /* is it assignment, or just fetch? */
702 } SubscriptingRefState; argument
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/executor/
H A DexecExpr.h675 typedef struct SubscriptingRefState struct
677 bool isassignment; /* is it assignment, or just fetch? */
702 } SubscriptingRefState; argument