Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.h846 T without_error(F&& func);
Dparser_impl.cc446 auto stat = without_error([&] { return statement(); }); in expect_global_decl()
3422 T ParserImpl::without_error(F&& body) { in without_error() function in tint::reader::wgsl::ParserImpl