Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dexpr.go378 type listExpr struct { struct
379 items []starlarkExpr
382 func (l *listExpr) emit(gctx *generationContext) {
408 func (_ *listExpr) typ() starlarkType {
412 func (l *listExpr) emitListVarCopy(gctx *generationContext) {
416 func (l *listExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {