Home
last modified time | relevance | path

Searched refs:IDIOWriter (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dvar.go99 if typ.QID()[1] == t.IDIOWriter {
118 if typ.QID()[1] == t.IDIOWriter {
158 if typ.QID()[1] == t.IDIOWriter {
Dstatement.go266 if e.MType().QID()[1] == t.IDIOWriter {
Dexpr.go465 t.IDIOWriter: "wuffs_base__io_buffer*",
Dbuiltin.go95 case t.IDIOWriter:
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dresolve.go61 typeExprIOWriter = a.NewTypeExpr(0, t.IDBase, t.IDIOWriter, nil, nil, nil)
102 t.IDIOWriter: typeExprIOWriter,
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dlist.go443 IDIOWriter = ID(0x124) const
775 IDIOWriter: "io_writer",
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go703 return n.id0 == 0 && n.id1 == t.IDBase && (n.id2 == t.IDIOReader || n.id2 == t.IDIOWriter)
753 case t.IDIOReader, t.IDIOWriter: