Home
last modified time | relevance | path

Searched +defs:json +defs:schema (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/tests/
Dtest.cpp911 auto &schema = *reflection::GetSchema(bfbsfile.c_str()); in ReflectionTest() local
1424 std::string schema = "namespace test;\n\n"; in FuzzTest2() local
1565 const std::string &json = in FuzzTest2() local
1703 T TestValue(const char *json, const char *type_name, in TestValue()
1710 std::string schema = std::string(decls ? decls : "") + "\n" + in TestValue() local
2551 std::string schema = test_data_path + "evolution_test/evolution_v" + in EvolutionTest() local
2554 std::string json = test_data_path + "evolution_test/evolution_v" + in EvolutionTest() local
2621 std::string schema = test_data_path + "evolution_test/evolution_v" + in UnionDeprecationTest() local
2624 std::string json = test_data_path + "evolution_test/evolution_v" + in UnionDeprecationTest() local
2821 auto schema = reflection::GetSchema(parser.builder_.GetBufferPointer()); in UnionVectorTest() local
[all …]
/third_party/flatbuffers/tests/fuzzer/
Dflatbuffers_scalar_fuzzer.cc217 bool Parse(flatbuffers::Parser &parser, const std::string &json, in Parse()
279 auto schema = in LLVMFuzzerTestOneInput() local
/third_party/flatbuffers/src/
Didl_parser.cpp3143 bool Parser::ParseJson(const char *json, const char *json_filename) { in ParseJson()
3856 auto schema = size_prefixed ? reflection::GetSizePrefixedSchema(buf) in Deserialize() local
3861 bool Parser::Deserialize(const reflection::Schema *schema) { in Deserialize()
/third_party/node/tools/
Dlint-md.mjs8904 function compileList(schema, name) { argument
9350 var json = failsafe.extend({ variable
11500 function compileStyleMap(schema, map) { argument
32305 const schema = [ variable
60247 function toPairs(schema) { argument