OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MapPath
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc
389
source_tree_.
MapPath
("", dirnames_[0]);
400
source_tree_.
MapPath
("baz", dirnames_[0]);
420
source_tree_.
MapPath
("", dirnames_[0] + "/bar");
431
source_tree_.
MapPath
("foo", dirnames_[0] + "/foo");
443
source_tree_.
MapPath
("", dirnames_[0]);
444
source_tree_.
MapPath
("", dirnames_[1]);
462
source_tree_.
MapPath
("", dirnames_[0]);
463
source_tree_.
MapPath
("bar", dirnames_[1]);
474
source_tree_.
MapPath
("bar", dirnames_[0]);
475
source_tree_.
MapPath
("bar", dirnames_[1])
[
all
...]
importer.h
226
//
MapPath
("bar", "foo/bar");
227
//
MapPath
("", "baz");
235
void
MapPath
(const string& virtual_path, const string& disk_path);
246
// file. The first mapping created with
MapPath
() whose disk_path contains
importer.cc
340
void DiskSourceTree::
MapPath
(const string& virtual_path,
command_line_interface.cc
575
source_tree.
MapPath
(proto_path_[i].first, proto_path_[i].second);
[
all
...]
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc
122
source_tree.
MapPath
("", TestSourceDir());
cpp_unittest.cc
105
source_tree.
MapPath
("", TestSourceDir());
[
all
...]
Completed in 620 milliseconds