Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dtest.cpp1139 flatbuffers::Parser parser4; in ParseProtoTest() local
1140 TEST_EQ(parser4.Parse(fbs_union.c_str(), nullptr), true); in ParseProtoTest()
1191 flatbuffers::Parser parser4; in ParseProtoTestWithSuffix() local
1192 TEST_EQ(parser4.Parse(fbs_union.c_str(), nullptr), true); in ParseProtoTestWithSuffix()
1256 flatbuffers::Parser parser4; in ParseProtoTestWithIncludes() local
1257 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()