Home
last modified time | relevance | path

Searched refs:NewIOBind (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go490 func NewIOBind(keyword t.ID, io *Expr, arg1 *Expr, body []*Node) *IOBind { func
/third_party/flutter/skia/third_party/externals/wuffs/lang/parse/
Dparse.go856 return a.NewIOBind(keyword, io, arg1, body).AsNode(), nil