Home
last modified time | relevance | path

Searched refs:NewListType (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/checker/
H A Dchecker_test.go130 Type: decls.NewListType(decls.Dyn),
135 Type: decls.NewListType(decls.Int),
140 Type: decls.NewListType(decls.Dyn),
179 Type: decls.NewListType(decls.Int),
184 Type: decls.NewListType(decls.Int),
203 Type: decls.NewListType(decls.Dyn),
614 Type: decls.NewListType(decls.Double),
1004 Type: decls.NewListType(decls.Dyn),
1370 Type: decls.NewListType(decls.Dyn),
1384 Type: decls.NewListType(decls.Dyn),
[all …]
H A Dtypes.go474 return decls.NewListType(substitute(m, t.GetListType().ElemType, typeParamToDyn))
H A Dchecker.go344 c.setType(e, decls.NewListType(elemType))
H A Dstandard.go30 listOfA := decls.NewListType(paramA)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/ext/
H A Dstrings.go196 decls.NewListType(decls.String)),
199 decls.NewListType(decls.String))),
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Dialog_Lists.h140 SET_GATHER(NewListType, FL_ListType);
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/checker/decls/
H A Ddecls.go113 func NewListType(elem *exprpb.Type) *exprpb.Type { func
/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/schema/
H A Dschema_flatten_test.go102 elt.LogicalType = &format.LogicalType{LIST: format.NewListType()}
H A Dlogical_types.go290 return &format.LogicalType{LIST: format.NewListType()}
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/interpreter/
H A Dinterpreter_test.go201 decls.NewIdent("c", decls.NewListType(decls.String), nil),
337 decls.NewIdent("tags", decls.NewListType(decls.String), nil),
356 decls.NewIdent("elems", decls.NewListType(decls.Dyn), nil),
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/cel/
H A Dcel_test.go231 decls.String, decls.NewListType(decls.String),
/dports/lang/fpc-source/fpc-3.2.2/packages/os4units/src/
H A Dexec.pas1988 procedure NewListType(var List: PList; NType: Byte); inline; procedure
2016 procedure NewListType(var List: PList; NType: Byte); inline; procedure
/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/internal/gen-go/parquet/
H A Dparquet.go1080 func NewListType() *ListType { func