Searched refs:proto_path_ (Results 1 – 2 of 2) sorted by relevance
751 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()
347 vector<pair<string, string> > proto_path_; // Search path for proto files. variable