Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface.cc751 AddDefaultProtoPaths(&proto_path_); in Run()
755 for (int i = 0; i < proto_path_.size(); i++) { in Run()
756 source_tree.MapPath(proto_path_[i].first, proto_path_[i].second); in Run()
898 proto_path_.clear(); in Clear()
990 if (proto_path_.empty()) { in ParseArguments()
994 proto_path_.push_back(pair<string, string>("", ".")); in ParseArguments()
1154 proto_path_.push_back(pair<string, string>(virtual_path, disk_path)); in InterpretArgument()
Dcommand_line_interface.h347 vector<pair<string, string> > proto_path_; // Search path for proto files. variable