Searched refs:proto_path_ (Results 1 – 2 of 2) sorted by relevance
748 AddDefaultProtoPaths(&proto_path_); in Run()752 for (int i = 0; i < proto_path_.size(); i++) { in Run()753 source_tree.MapPath(proto_path_[i].first, proto_path_[i].second); in Run()895 proto_path_.clear(); in Clear()987 if (proto_path_.empty()) { in ParseArguments()991 proto_path_.push_back(pair<string, string>("", ".")); in ParseArguments()1146 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