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