Home | History | Annotate | Download | only in common

Lines Matching refs:globs

14 bool UrlMatchesGlobs(const std::vector<std::string>* globs,
16 for (std::vector<std::string>::const_iterator glob = globs->begin();
17 glob != globs->end(); ++glob) {
146 const std::vector<std::string>& globs) const {
147 pickle->WriteUInt64(globs.size());
148 for (std::vector<std::string>::const_iterator glob = globs.begin();
149 glob != globs.end(); ++glob) {
196 std::vector<std::string>* globs) {
199 globs->clear();
203 globs->push_back(glob);