Searched refs:MapPath (Results 1 – 8 of 8) sorted by relevance
/third_party/protobuf/src/google/protobuf/compiler/ |
D | importer_unittest.cc | 327 source_tree_.MapPath("", dirnames_[0]); in TEST_F() 338 source_tree_.MapPath("baz", dirnames_[0]); in TEST_F() 364 source_tree_.MapPath("", dirnames_[0] + "/bar"); in TEST_F() 379 source_tree_.MapPath("foo", dirnames_[0] + "/foo"); in TEST_F() 391 source_tree_.MapPath("", dirnames_[0]); in TEST_F() 392 source_tree_.MapPath("", dirnames_[1]); in TEST_F() 409 source_tree_.MapPath("", dirnames_[0]); in TEST_F() 410 source_tree_.MapPath("bar", dirnames_[1]); in TEST_F() 421 source_tree_.MapPath("bar", dirnames_[0]); in TEST_F() 422 source_tree_.MapPath("bar", dirnames_[1]); in TEST_F() [all …]
|
D | importer.h | 262 void MapPath(const std::string& virtual_path, const std::string& disk_path);
|
D | importer.cc | 389 void DiskSourceTree::MapPath(const std::string& virtual_path, in MapPath() function in google::protobuf::compiler::DiskSourceTree
|
D | command_line_interface.cc | 1050 source_tree->MapPath(proto_path_[i].first, proto_path_[i].second); in InitializeDiskSourceTree()
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_bootstrap_unittest.cc | 145 source_tree.MapPath("", TestSourceDir()); in TEST() 181 source_tree.MapPath("", TestSourceDir() + "/../conformance"); in TEST()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_bootstrap_unittest.cc | 152 source_tree.MapPath("", TestUtil::TestSourceDir()); in TEST()
|
D | cpp_unittest.inc | 118 source_tree.MapPath("", TestUtil::TestSourceDir());
|
/third_party/protobuf/ |
D | libprotobuf.map | 23 …"google::protobuf::compiler::DiskSourceTree::MapPath(std::__cxx11::basic_string<char, std::char_tr… 141 …"google::protobuf::compiler::DiskSourceTree::MapPath(std::__1::basic_string<char, std::__1::char_t…
|