Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dtest.cpp853 std::string jsonfile_utf8; in ParseAndGenerateTextTest() local
855 false, &jsonfile_utf8), in ParseAndGenerateTextTest()
857 TEST_EQ(parser.Parse(jsonfile_utf8.c_str(), include_directories), true); in ParseAndGenerateTextTest()
866 TEST_EQ_STR(jsongen_utf8.c_str(), jsonfile_utf8.c_str()); in ParseAndGenerateTextTest()