Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dtest.cpp1136 auto fbs_union = flatbuffers::GenerateFBS(parser3, "test"); in ParseProtoTest() local
1140 TEST_EQ(parser4.Parse(fbs_union.c_str(), nullptr), true); in ParseProtoTest()
1141 TEST_EQ_STR(fbs_union.c_str(), goldenunionfile.c_str()); in ParseProtoTest()
1188 auto fbs_union = flatbuffers::GenerateFBS(parser3, "test"); in ParseProtoTestWithSuffix() local
1192 TEST_EQ(parser4.Parse(fbs_union.c_str(), nullptr), true); in ParseProtoTestWithSuffix()
1193 TEST_EQ_STR(fbs_union.c_str(), goldenunionfile.c_str()); in ParseProtoTestWithSuffix()
1253 auto fbs_union = flatbuffers::GenerateFBS(parser3, "test"); in ParseProtoTestWithIncludes() local
1258 TEST_EQ(parser4.Parse(fbs_union.c_str(), nullptr), true); in ParseProtoTestWithIncludes()
1259 TEST_EQ_STR(fbs_union.c_str(), goldenunionfile.c_str()); in ParseProtoTestWithIncludes()