Searched refs:exclude_globs_ (Results 1 – 2 of 2) sorted by relevance
173 return exclude_globs_; in exclude_globs()176 exclude_globs_.push_back(glob); in add_exclude_glob()178 void clear_exclude_globs() { exclude_globs_.clear(); } in clear_exclude_globs()257 std::vector<std::string> exclude_globs_; variable
117 if (!exclude_globs_.empty()) { in MatchesURL()118 if (UrlMatchesGlobs(&exclude_globs_, url)) in MatchesURL()149 PickleGlobs(pickle, exclude_globs_); in Pickle()199 UnpickleGlobs(pickle, iter, &exclude_globs_); in Unpickle()