Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/lang/token/
H A Dlist.go109 func (x ID) IsNumType() bool { return minNumType <= x && x <= maxNumType } func
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/lang/ast/
H A Dast.go710 func (n *TypeExpr) IsNumType() bool { func
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/lang/token/
H A Dlist.go120 func (x ID) IsNumType() bool { return minNumType <= x && x <= maxNumType } func
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/lang/ast/
H A Dast.go758 func (n *TypeExpr) IsNumType() bool { func