Home
last modified time | relevance | path

Searched refs:proto_path_ (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc890 if (proto_path_.empty()) { in Run()
1046 AddDefaultProtoPaths(&proto_path_); in InitializeDiskSourceTree()
1049 for (int i = 0; i < proto_path_.size(); i++) { in InitializeDiskSourceTree()
1050 source_tree->MapPath(proto_path_[i].first, proto_path_[i].second); in InitializeDiskSourceTree()
1150 if (!proto_path_.empty()) { in ParseInputFiles()
1220 proto_path_.clear(); in Clear()
1422 if (proto_path_.empty() && descriptor_set_in_names_.empty()) { in ParseArguments()
1426 proto_path_.push_back(std::pair<std::string, std::string>("", ".")); in ParseArguments()
1615 proto_path_.push_back( in InterpretArgument()
Dcommand_line_interface.h401 proto_path_; // Search path for proto files. variable