Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.cc155 struct BlockCounters { struct
156 int attrs = 0; // [[ ]]
157 int brace = 0; // { }
158 int bracket = 0; // [ ]
159 int paren = 0; // ( )
163 int consume(const Token& t) { in consume()