Searched refs:MapPath (Results 1 – 13 of 13) sorted by relevance
/external/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 | 261 void MapPath(const std::string& virtual_path, const std::string& disk_path);
|
D | importer.cc | 391 void DiskSourceTree::MapPath(const std::string& virtual_path, in MapPath() function in google::protobuf::compiler::DiskSourceTree
|
D | command_line_interface.cc | 1002 source_tree->MapPath(proto_path_[i].first, proto_path_[i].second); in InitializeDiskSourceTree()
|
/external/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()
|
/external/perfetto/src/protozero/filtering/ |
D | filter_util.cc | 91 dst.MapPath(win_drive, win_drive); in LoadMessageDefinition() 94 dst.MapPath("/", "/"); // We might still need this on Win under cygwin. in LoadMessageDefinition() 95 dst.MapPath("", normalize_for_win(proto_dir_path)); in LoadMessageDefinition()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_bootstrap_unittest.cc | 158 source_tree.MapPath("", TestUtil::TestSourceDir()); in TEST()
|
D | cpp_unittest.inc | 119 source_tree.MapPath("", TestUtil::TestSourceDir());
|
/external/tensorflow/tensorflow/tools/proto_text/ |
D | gen_proto_text_functions.cc | 96 source_tree.MapPath("", src_relative_path.empty() ? "." : src_relative_path); in MainImpl()
|
/external/perfetto/tools/trace_to_text/ |
D | trace_to_text.cc | 161 dst.MapPath("", ""); in TraceToText()
|
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/ |
D | main.cc | 144 source_tree->MapPath("", include_path); in generate_code()
|
/external/grpc-grpc/test/cpp/util/ |
D | proto_file_parser.cc | 79 source_tree_.MapPath("", proto_path); in ProtoFileParser()
|
/external/perfetto/tools/protoprofile/ |
D | main.cc | 343 dst.MapPath("", ""); in Main()
|