Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc850 if (proto_path_.empty()) { in Run()
998 AddDefaultProtoPaths(&proto_path_); in InitializeDiskSourceTree()
1001 for (int i = 0; i < proto_path_.size(); i++) { in InitializeDiskSourceTree()
1002 source_tree->MapPath(proto_path_[i].first, proto_path_[i].second); in InitializeDiskSourceTree()
1127 proto_path_.clear(); in Clear()
1323 if (proto_path_.empty() && descriptor_set_in_names_.empty()) { in ParseArguments()
1327 proto_path_.push_back(std::pair<std::string, std::string>("", ".")); in ParseArguments()
1491 proto_path_.push_back( in InterpretArgument()
Dcommand_line_interface.h391 proto_path_; // Search path for proto files. variable