Searched refs:parser4 (Results 1 – 1 of 1) sorted by relevance
1139 flatbuffers::Parser parser4; in ParseProtoTest() local1140 TEST_EQ(parser4.Parse(fbs_union.c_str(), nullptr), true); in ParseProtoTest()1191 flatbuffers::Parser parser4; in ParseProtoTestWithSuffix() local1192 TEST_EQ(parser4.Parse(fbs_union.c_str(), nullptr), true); in ParseProtoTestWithSuffix()1256 flatbuffers::Parser parser4; in ParseProtoTestWithIncludes() local1257 TEST_EQ(parser4.Parse(import_fbs.c_str(), nullptr, "imported.fbs"), true); in ParseProtoTestWithIncludes()1258 TEST_EQ(parser4.Parse(fbs_union.c_str(), nullptr), true); in ParseProtoTestWithIncludes()