Home | History | Annotate | Download | only in tests

Lines Matching refs:test_data_path

54 std::string test_data_path =
566 TEST_EQ(flatbuffers::LoadFile((test_data_path + "monster_test.fbs").c_str(),
571 flatbuffers::ConCatPathFileName(test_data_path, "include_test");
572 const char *include_directories[] = { test_data_path.c_str(),
600 (test_data_path + "monster_test." + (binary ? "bfbs" : "fbs"))
605 (test_data_path + "monsterdata_test.golden").c_str(), false,
610 flatbuffers::ConCatPathFileName(test_data_path, "include_test");
611 const char *include_directories[] = { test_data_path.c_str(),
650 registry.AddIncludeDirectory(test_data_path.c_str());
654 (test_data_path + "monster_test.fbs").c_str());
672 TEST_EQ(flatbuffers::LoadFile((test_data_path + "unicode_test.json").c_str(),
690 TEST_EQ(flatbuffers::LoadFile((test_data_path + "monster_test.bfbs").c_str(),
906 flatbuffers::LoadFile((test_data_path + "prototest/test.proto").c_str(),
910 flatbuffers::LoadFile((test_data_path + "prototest/test.golden").c_str(),
914 flatbuffers::LoadFile((test_data_path +
925 auto protopath = test_data_path + "prototest/";
2002 TEST_EQ(flatbuffers::LoadFile((test_data_path + "monster_test.fbs").c_str(),
2006 flatbuffers::ConCatPathFileName(test_data_path, "include_test");
2007 const char *include_directories[] = { test_data_path.c_str(),
2024 (test_data_path + "union_vector/union_vector.fbs").c_str(), false,
2427 if (flatbuffers::LoadFile((test_data_path +
2517 test_data_path = FLATBUFFERS_STRING(FLATBUFFERS_TEST_PATH_PREFIX) +
2518 test_data_path;