Home
last modified time | relevance | path

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

/external/flatbuffers/tests/fuzzer/
Dflatbuffers_parser_fuzzer.cc39 opts.skip_unexpected_fields_in_json = in LLVMFuzzerTestOneInput()
/external/flatbuffers/include/flatbuffers/
Didl.h528 bool skip_unexpected_fields_in_json; member
622 skip_unexpected_fields_in_json(false), in IDLOptions()
/external/flatbuffers/src/
Dflatc.cpp256 opts.skip_unexpected_fields_in_json = true; in Compile()
Didl_parser.cpp1086 if (!opts.skip_unexpected_fields_in_json) { in ParseTable()
/external/flatbuffers/tests/
Dtest.cpp2387 opts.skip_unexpected_fields_in_json = true; in UnknownFieldsTest()