Home
last modified time | relevance | path

Searched refs:skip_unexpected_fields_in_json (Results 1 – 6 of 6) sorted by relevance

/third_party/flatbuffers/tests/fuzzer/
Dflatbuffers_parser_fuzzer.cc37 opts.skip_unexpected_fields_in_json = in LLVMFuzzerTestOneInput()
Dflatbuffers_monster_fuzzer.cc121 opts.skip_unexpected_fields_in_json = in LLVMFuzzerTestOneInput()
/third_party/flatbuffers/src/
Dflatc.cpp249 opts.skip_unexpected_fields_in_json = true; in Compile()
Didl_parser.cpp1252 if (!opts.skip_unexpected_fields_in_json) { in ParseTable()
/third_party/flatbuffers/include/flatbuffers/
Didl.h560 bool skip_unexpected_fields_in_json; member
654 skip_unexpected_fields_in_json(false), in IDLOptions()
/third_party/flatbuffers/tests/
Dtest.cpp2477 opts.skip_unexpected_fields_in_json = true; in UnknownFieldsTest()