Home
last modified time | relevance | path

Searched refs:IDOk (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dlist.go387 IDOk = ID(0xB4) const
710 IDOk: "ok",
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dstatement.go440 if retExpr.Operator() == 0 && retExpr.Ident() == t.IDOk {
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dtype.go404 case t.IDOk:
Dbounds.go319 if id := v.Ident(); (id != t.IDOk) && (q.hasIsErrorFact(id) || isErrorStatus(id, q.tm)) {