Searched refs:MapPath (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | importer_unittest.cc | 303 source_tree_.MapPath("", dirnames_[0]); in TEST_F() 314 source_tree_.MapPath("baz", dirnames_[0]); in TEST_F() 340 source_tree_.MapPath("", dirnames_[0] + "/bar"); in TEST_F() 355 source_tree_.MapPath("foo", dirnames_[0] + "/foo"); in TEST_F() 367 source_tree_.MapPath("", dirnames_[0]); in TEST_F() 368 source_tree_.MapPath("", dirnames_[1]); in TEST_F() 385 source_tree_.MapPath("", dirnames_[0]); in TEST_F() 386 source_tree_.MapPath("bar", dirnames_[1]); in TEST_F() 397 source_tree_.MapPath("bar", dirnames_[0]); in TEST_F() 398 source_tree_.MapPath("bar", dirnames_[1]); in TEST_F() [all …]
|
D | importer.h | 254 void MapPath(const string& virtual_path, const string& disk_path);
|
D | importer.cc | 376 void DiskSourceTree::MapPath(const string& virtual_path, in MapPath() function in google::protobuf::compiler::DiskSourceTree
|
D | command_line_interface.cc | 753 source_tree.MapPath(proto_path_[i].first, proto_path_[i].second); in Run()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_bootstrap_unittest.cc | 124 source_tree.MapPath("", TestSourceDir()); in TEST()
|
D | cpp_unittest.cc | 121 source_tree.MapPath("", TestSourceDir()); in TEST()
|