Searched refs:proto_path_ (Results 1 – 2 of 2) sorted by relevance
633 for (int i = 0; i < proto_path_.size(); i++) { in Run()634 source_tree.MapPath(proto_path_[i].first, proto_path_[i].second); in Run()770 proto_path_.clear(); in Clear()850 if (proto_path_.empty()) { in ParseArguments()854 proto_path_.push_back(pair<string, string>("", ".")); in ParseArguments()993 proto_path_.push_back(pair<string, string>(virtual_path, disk_path)); in InterpretArgument()
335 vector<pair<string, string> > proto_path_; // Search path for proto files. variable