Searched defs:jsonfile (Results 1 - 2 of 2) sorted by relevance
/external/flatbuffers/samples/ |
H A D | sample_text.cpp | 29 std::string jsonfile; local 31 flatbuffers::LoadFile("samples/monsterdata.json", false, &jsonfile); 41 parser.Parse(jsonfile.c_str(), include_directories); 54 if (jsongen != jsonfile) { 55 printf("%s----------------\n%s", jsongen.c_str(), jsonfile.c_str());
|
/external/flatbuffers/tests/ |
H A D | test.cpp | 430 std::string jsonfile; local 434 "tests/monsterdata_test.golden", false, &jsonfile), true); 440 TEST_EQ(parser.Parse(jsonfile.c_str(), include_directories), true); 455 if (jsongen != jsonfile) { 456 printf("%s----------------\n%s", jsongen.c_str(), jsonfile.c_str());
|
Completed in 120 milliseconds