Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.h883 std::vector<Token::Type> sync_tokens_; variable
Dparser_impl.cc3357 sync_tokens_.push_back(tok); in sync()
3363 if (sync_tokens_.back() != tok) { in sync()
3366 sync_tokens_.pop_back(); in sync()
3413 for (auto r : sync_tokens_) { in is_sync_token()