Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_bootstrap_unittest.cc89 File::GetContentsAsText(TestSourceDir() + "/" + physical_filename, in ExpectFileMatches()
114 ASSERT_TRUE(proto_file != NULL) << TestSourceDir(); in Run()
135 if (!File::Exists(TestSourceDir() + "/" + descriptor_file_name)) { in TEST()
145 source_tree.MapPath("", TestSourceDir()); in TEST()
181 source_tree.MapPath("", TestSourceDir() + "/../conformance"); in TEST()
/third_party/protobuf/src/google/protobuf/
Dtest_util2.h61 inline std::string TestSourceDir() { in TestSourceDir() function
62 return google::protobuf::TestSourceDir(); in TestSourceDir()
66 return TestSourceDir() + "/" + MaybeTranslatePath(google3_path); in GetTestDataPath()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_bootstrap_unittest.cc95 File::GetContents(TestUtil::TestSourceDir() + "/" + physical_filename, in ExpectFileMatches()
152 source_tree.MapPath("", TestUtil::TestSourceDir()); in TEST()
Dcpp_unittest.inc118 source_tree.MapPath("", TestUtil::TestSourceDir());
/third_party/protobuf/src/google/protobuf/testing/
Dgoogletest.h52 string TestSourceDir();
Dgoogletest.cc73 string TestSourceDir() { in TestSourceDir() function
/third_party/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator_unittest.cc50 return TestSourceDir() + "/google/protobuf/compiler/ruby"; in FindRubyTestDir()
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc2573 args.push_back("--proto_path=" + TestUtil::TestSourceDir()); in Run()