Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dlist.go64 func (x ID) IsAssociativeOp() bool { return minOp <= x && x <= maxOp && associativeForms[x] != 0 } func
/third_party/flutter/skia/third_party/externals/wuffs/lang/parse/
Dparse.go1098 if !x.IsAssociativeOp() || x != p.peek1() {