Lines Matching refs:test_data_path
80 std::string test_data_path = variable
660 TEST_EQ(flatbuffers::LoadFile((test_data_path + "monster_test.fbs").c_str(), in JsonDefaultTest()
666 flatbuffers::ConCatPathFileName(test_data_path, "include_test"); in JsonDefaultTest()
667 const char *include_directories[] = { test_data_path.c_str(), in JsonDefaultTest()
691 TEST_EQ(flatbuffers::LoadFile((test_data_path + "monster_test.fbs").c_str(), in JsonEnumsTest()
697 flatbuffers::ConCatPathFileName(test_data_path, "include_test"); in JsonEnumsTest()
698 const char *include_directories[] = { test_data_path.c_str(), in JsonEnumsTest()
732 flatbuffers::LoadFile((test_data_path + "optional_scalars.fbs").c_str(), in JsonOptionalTest()
735 TEST_EQ(flatbuffers::LoadFile((test_data_path + "optional_scalars" + in JsonOptionalTest()
742 flatbuffers::ConCatPathFileName(test_data_path, "include_test"); in JsonOptionalTest()
743 const char *include_directories[] = { test_data_path.c_str(), in JsonOptionalTest()
809 TEST_EQ(LoadFile((test_data_path + "monster_extra.fbs").c_str(), false, in TestMonsterExtraFloats()
814 auto include_test_path = ConCatPathFileName(test_data_path, "include_test"); in TestMonsterExtraFloats()
815 const char *include_directories[] = { test_data_path.c_str(), in TestMonsterExtraFloats()
848 const auto extra_base = test_data_path + "monsterdata_extra"; in TestMonsterExtraFloats()
890 (test_data_path + "monster_test." + (binary ? "bfbs" : "fbs")) in ParseAndGenerateTextTest()
895 (test_data_path + "monsterdata_test.golden").c_str(), false, in ParseAndGenerateTextTest()
900 flatbuffers::ConCatPathFileName(test_data_path, "include_test"); in ParseAndGenerateTextTest()
901 const char *include_directories[] = { test_data_path.c_str(), in ParseAndGenerateTextTest()
943 registry.AddIncludeDirectory(test_data_path.c_str()); in ParseAndGenerateTextTest()
947 (test_data_path + "monster_test.fbs").c_str()); in ParseAndGenerateTextTest()
965 TEST_EQ(flatbuffers::LoadFile((test_data_path + "unicode_test.json").c_str(), in ParseAndGenerateTextTest()
983 TEST_EQ(flatbuffers::LoadFile((test_data_path + "monster_test.bfbs").c_str(), in ReflectionTest()
1290 flatbuffers::LoadFile((test_data_path + "prototest/test.proto").c_str(), in ParseProtoTest()
1294 flatbuffers::LoadFile((test_data_path + "prototest/test.golden").c_str(), in ParseProtoTest()
1298 (test_data_path + "prototest/test_union.golden").c_str(), false, in ParseProtoTest()
1308 auto protopath = test_data_path + "prototest/"; in ParseProtoTest()
1341 flatbuffers::LoadFile((test_data_path + "prototest/test.proto").c_str(), in ParseProtoTestWithSuffix()
1345 (test_data_path + "prototest/test_suffix.golden").c_str(), false, in ParseProtoTestWithSuffix()
1349 (test_data_path + "prototest/test_union_suffix.golden").c_str(), in ParseProtoTestWithSuffix()
1360 auto protopath = test_data_path + "prototest/"; in ParseProtoTestWithSuffix()
1394 flatbuffers::LoadFile((test_data_path + "prototest/test.proto").c_str(), in ParseProtoTestWithIncludes()
1398 (test_data_path + "prototest/imported.proto").c_str(), false, in ParseProtoTestWithIncludes()
1402 (test_data_path + "prototest/test_include.golden").c_str(), false, in ParseProtoTestWithIncludes()
1406 (test_data_path + "prototest/test_union_include.golden").c_str(), in ParseProtoTestWithIncludes()
1416 auto protopath = test_data_path + "prototest/"; in ParseProtoTestWithIncludes()
2385 flatbuffers::LoadFile((test_data_path + "monster_test.fbs").c_str(), in GenerateTableTextTest()
2387 flatbuffers::LoadFile((test_data_path + "monsterdata_test.json").c_str(), in GenerateTableTextTest()
2391 flatbuffers::ConCatPathFileName(test_data_path, "include_test"); in GenerateTableTextTest()
2392 const char *include_directories[] = { test_data_path.c_str(), in GenerateTableTextTest()
2768 flatbuffers::ConCatPathFileName(test_data_path, "name_clash_test"); in MultiFileNameClashTest()
2798 TEST_EQ(flatbuffers::LoadFile((test_data_path + "monster_test.fbs").c_str(), in InvalidNestedFlatbufferTest()
2802 flatbuffers::ConCatPathFileName(test_data_path, "include_test"); in InvalidNestedFlatbufferTest()
2803 const char *include_directories[] = { test_data_path.c_str(), in InvalidNestedFlatbufferTest()
2828 std::string schema = test_data_path + "evolution_test/evolution_v" + in EvolutionTest()
2831 std::string json = test_data_path + "evolution_test/evolution_v" + in EvolutionTest()
2898 std::string schema = test_data_path + "evolution_test/evolution_v" + in UnionDeprecationTest()
2901 std::string json = test_data_path + "evolution_test/evolution_v" + in UnionDeprecationTest()
2925 (test_data_path + "union_vector/union_vector.fbs").c_str(), false, in UnionVectorTest()
2929 (test_data_path + "union_vector/union_vector.json").c_str(), in UnionVectorTest()
3598 (test_data_path + "fuzzer/your-filename-here").c_str(), true, in LoadVerifyBinaryTest()
3946 (test_data_path + "arrays_test." + (binary ? "bfbs" : "fbs")).c_str(), in FixedLengthArrayJsonTest()
3949 TEST_EQ(flatbuffers::LoadFile((test_data_path + "arrays_test.golden").c_str(), in FixedLengthArrayJsonTest()
4005 TEST_EQ(flatbuffers::LoadFile((test_data_path + "arrays_test.fbs").c_str(), in FixedLengthArraySpanTest()
4008 TEST_EQ(flatbuffers::LoadFile((test_data_path + "arrays_test.golden").c_str(), in FixedLengthArraySpanTest()
4083 (test_data_path + "monsterdata_test.golden").c_str(), false, in TestEmbeddedBinarySchema()
4372 TEST_EQ(flatbuffers::LoadFile((test_data_path + "monster_test.bfbs").c_str(), in ParseIncorrectMonsterJsonTest()
4697 test_data_path = FLATBUFFERS_STRING(FLATBUFFERS_TEST_PATH_PREFIX) + in FlatBufferTests()
4698 test_data_path; in FlatBufferTests()
4791 test_data_path = argv[argi]; in main()