Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.h696 Expect<const ast::Decoration*> expect_decoration();
Dparser_impl.cc2944 auto deco = expect_decoration(); in decoration_bracketed_list()
2977 Expect<const ast::Decoration*> ParserImpl::expect_decoration() { in expect_decoration() function in tint::reader::wgsl::ParserImpl