Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dtest.cpp1098 std::string goldenunionfile; in ParseProtoTest() local
1109 &goldenunionfile), in ParseProtoTest()
1141 TEST_EQ_STR(fbs_union.c_str(), goldenunionfile.c_str()); in ParseProtoTest()
1149 std::string goldenunionfile; in ParseProtoTestWithSuffix() local
1160 false, &goldenunionfile), in ParseProtoTestWithSuffix()
1193 TEST_EQ_STR(fbs_union.c_str(), goldenunionfile.c_str()); in ParseProtoTestWithSuffix()
1201 std::string goldenunionfile; in ParseProtoTestWithIncludes() local
1217 false, &goldenunionfile), in ParseProtoTestWithIncludes()
1259 TEST_EQ_STR(fbs_union.c_str(), goldenunionfile.c_str()); in ParseProtoTestWithIncludes()