Home
last modified time | relevance | path

Searched refs:MapPath (Results 1 – 10 of 10) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc303 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 …]
Dimporter.h254 void MapPath(const string& virtual_path, const string& disk_path);
Dimporter.cc376 void DiskSourceTree::MapPath(const string& virtual_path, in MapPath() function in google::protobuf::compiler::DiskSourceTree
Dcommand_line_interface.cc753 source_tree.MapPath(proto_path_[i].first, proto_path_[i].second); in Run()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_bootstrap_unittest.cc124 source_tree.MapPath("", TestSourceDir()); in TEST()
Dcpp_unittest.cc121 source_tree.MapPath("", TestSourceDir()); in TEST()
/external/perfetto/tools/trace_to_text/
Dtrace_to_text.cc79 dst.MapPath("perfetto", "protos/perfetto"); in TraceToText()
/external/tensorflow/tensorflow/tools/proto_text/
Dgen_proto_text_functions.cc96 source_tree.MapPath("", src_relative_path.empty() ? "." : src_relative_path); in MainImpl()
/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.cc79 source_tree_.MapPath("", proto_path); in ProtoFileParser()
/external/perfetto/tools/proto_to_cpp/
Dproto_to_cpp.cc146 dst_.MapPath("", "protos"); in ProtoToCpp()