Lines Matching +defs:json +defs:schema
911 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
3713 for (auto schema = schemas.begin(); schema < schemas.end(); schema++) { in OptionalScalarsTest() local
3728 for (auto schema = schemas.begin(); schema < schemas.end(); schema++) { in OptionalScalarsTest() local
3778 char json[] = "{\"opt_field\": 123 }"; in ParseFlexbuffersFromJsonWithNullTest() local
3786 char json[] = "{\"opt_field\": 123.4 }"; in ParseFlexbuffersFromJsonWithNullTest() local
3794 char json[] = "{\"opt_field\": null }"; in ParseFlexbuffersFromJsonWithNullTest() local