Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dlist.go225 IDColon = ID(0x0D) const
624 IDColon: ":",
961 ':': IDColon,
1185 IDColon: true,
1197 IDColon: true,
/third_party/flutter/skia/third_party/externals/wuffs/lang/parse/
Dparse.go466 case x == t.IDCloseBracket && sep == t.IDColon:
472 if sep == t.IDColon {
602 if p.peek1() == t.IDColon {
799 if x := p.peek1(); x != t.IDColon {
830 if x := p.peek1(); x != t.IDColon {
929 if x := p.peek1(); x != t.IDColon {
954 if x := p.peek1(); x != t.IDColon {
999 if x := p.peek1(); x != t.IDColon {
1180 id0, mhs, rhs, err := p.parseBracket(t.IDColon)
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dstring.go108 case t.IDColon:
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dexpr.go151 case t.IDColon:
Dbuiltin.go467 if n.Operator() != t.IDColon {
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dtype.go437 case t.IDColon:
Dbounds.go873 case t.IDColon: