Home
last modified time | relevance | path

Searched refs:set_max_errors (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/tint/fuzzers/
Dtint_ast_clone_fuzzer.cc60 parser.set_max_errors(1); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_error_msg_test.cc33 p->set_max_errors(5); \
Dparser_impl.h319 void set_max_errors(size_t limit) { max_errors_ = limit; } in set_max_errors() function