Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/fuzzer/
Dflatbuffers_monster_fuzzer.cc72 const std::string input_json, const bool check_parser) { in do_test()
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/
Dfuzz.rs16 pub fn check_parser(text: &str) { in check_parser() function