Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go195 func (n *Node) SetMType(x *TypeExpr) { n.mType = x } func
346 func (n *Expr) SetMType(x *TypeExpr) { n.mType = x } func