Lines Matching refs:jsonfile
778 std::string jsonfile; in ParseAndGenerateTextTest() local
786 &jsonfile), in ParseAndGenerateTextTest()
808 TEST_EQ(parser.Parse(jsonfile.c_str(), include_directories), true); in ParseAndGenerateTextTest()
826 TEST_EQ_STR(jsongen.c_str(), jsonfile.c_str()); in ParseAndGenerateTextTest()
839 auto buf = registry.TextToFlatBuffer(jsonfile.c_str(), MonsterIdentifier()); in ParseAndGenerateTextTest()
850 TEST_EQ_STR(text.c_str(), jsonfile.c_str()); in ParseAndGenerateTextTest()
2068 std::string jsonfile; in GenerateTableTextTest() local
2073 false, &jsonfile); in GenerateTableTextTest()
2083 parser.Parse(jsonfile.c_str(), include_directories); in GenerateTableTextTest()
2521 std::string schemafile, jsonfile; in UnionVectorTest() local
2528 false, &jsonfile), in UnionVectorTest()
2599 TEST_EQ(parser.Parse(jsonfile.c_str()), true); in UnionVectorTest()
3240 std::string jsonfile; in FixedLengthArrayJsonTest() local
3247 false, &jsonfile), in FixedLengthArrayJsonTest()
3267 TEST_EQ(parserOrg.Parse(jsonfile.c_str()), true); in FixedLengthArrayJsonTest()
3301 std::string jsonfile; in TestEmbeddedBinarySchema() local
3304 &jsonfile), in TestEmbeddedBinarySchema()
3318 TEST_EQ(parserOrg.Parse(jsonfile.c_str()), true); in TestEmbeddedBinarySchema()