Home
last modified time | relevance | path

Searched refs:ListLit (Results 1 – 25 of 58) sorted by relevance

123

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/graph-gophers/graphql-go/internal/common/
H A Dliterals.go69 type ListLit struct { struct
74 func (lit *ListLit) Value(vars map[string]interface{}) interface{} { argument
82 func (lit *ListLit) String() string { argument
90 func (lit *ListLit) Location() errors.Location { argument
188 return &ListLit{list, loc}
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/dhall-1.38.1/src/Dhall/
H A DNormalize.hs296 App (App ListIndexed _A₀) (ListLit _ as₀) -> loop (ListLit t as₁)
484 ListLit t es
494 decide (ListLit t m) (ListLit _ n) = ListLit t (m <> n)
617 return (ListLit listType keyValues)
758 App (App ListLength _) (ListLit _ _) -> False
759 App (App ListHead _) (ListLit _ _) -> False
760 App (App ListLast _) (ListLit _ _) -> False
761 App (App ListIndexed _) (ListLit _ _) -> False
762 App (App ListReverse _) (ListLit _ _) -> False
844 ListLit t es -> all loop t && all loop es
[all …]
H A DDirectoryTree.hs93 ListLit (Just (Record [ ("mapKey", recordFieldValue -> Text), ("mapValue", _) ])) [] ->
96 ListLit _ records
H A DLint.hs174 (ListLit
190 useToMap (ListLit _ keyValues)
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/internal/core/adt/
H A Dadt.go183 func (*ListLit) expr() {}
245 func (*ListLit) declNode() {}
246 func (*ListLit) elemNode() {}
340 func (*ListLit) node() {}
H A Dexpr_test.go51 &ListLit{},
H A Dbinop.go195 list := &ListLit{
241 list := &ListLit{}
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/encoding/protobuf/textproto/
H A Ddecoder.go189 var listMap map[string]*ast.ListLit
215 listMap = make(map[string]*ast.ListLit)
220 list = &ast.ListLit{}
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/internal/
H A Dinternal.go56 func ListEllipsis(n *ast.ListLit) (elts []ast.Expr, e *ast.Ellipsis) { argument
286 if _, ok := f.Label.(*ast.ListLit); ok {
370 l, ok := f.Label.(*ast.ListLit)
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/encoding/json/
H A Djson.go158 case *ast.ListLit, *ast.StructLit:
170 case *ast.ListLit:
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cue/ast/
H A Dast.go576 type ListLit struct { struct
590 func NewList(exprs ...Expr) *ListLit {
591 return &ListLit{Elts: exprs}
761 func (x *ListLit) Pos() token.Pos { return x.Lbrack } argument
762 func (x *ListLit) pos() *token.Pos { return &x.Lbrack } argument
801 func (x *ListLit) End() token.Pos { return x.Rbrack.Add(1) } argument
H A Dident.go178 case *ListLit:
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/internal/core/export/
H A Dadt.go42 case *adt.ListLit:
128 list, ok := f.field.Label.(*ast.ListLit)
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cue/format/
H A Dnode.go152 case *ast.ListLit:
315 case *ast.ListLit, *ast.StructLit:
432 case *ast.ListLit:
H A Dsimplify.go98 case *ast.ListLit, *ast.Interpolation:
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/encoding/yaml/
H A Dyaml.go62 f.Decls = []ast.Decl{&ast.EmbedDecl{Expr: &ast.ListLit{Elts: a}}}
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/encoding/protobuf/jsonpb/
H A Ddecoder.go173 case *ast.ListLit:
301 return &ast.ListLit{}
H A Dencoder.go115 case *ast.ListLit:
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/internal/core/dep/
H A Dmixed.go105 case *adt.ListLit:
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/dhall-1.38.1/benchmark/deep-nested-large-record/
H A DMain.hs30 $ Core.ListLit Nothing
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/dhall-1.38.1/src/Dhall/Parser/
H A DExpression.hs279 (ListLit Nothing [], _) -> do
282 return (ListLit (Just b) [])
298 ListLit Nothing [] ->
948 return (ListLit Nothing (Data.Sequence.fromList (a : as)))
953 return (ListLit Nothing mempty)
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/internal/core/compile/
H A Dlabel.go125 case *ast.ListLit:
/dports/devel/hs-spago/spago-0.20.3/src/Spago/
H A DConfig.hs325 Just (Dhall.RecordField { recordFieldValue = Dhall.ListLit _ dependencies }) -> do
332 $ Dhall.ListLit Nothing $ fmap (Dhall.toTextLit . packageName)
358 …let sources = Dhall.ListLit Nothing $ fmap Dhall.toTextLit $ Seq.fromList ["src/**/*.purs", "test/…
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/encoding/openapi/
H A Dorderedmap.go66 case *ast.ListLit:
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/encoding/jsonschema/
H A Ddecode.go351 list *ast.ListLit
404 _, ok := s.types[arrayType].constraints[i].(*ast.ListLit)
479 case *ast.ListLit:

123