Home | History | Annotate | Download | only in base

Lines Matching refs:pattern

19   explicit VmodulePattern(const std::string& pattern);
23 std::string pattern;
28 VlogInfo::VmodulePattern::VmodulePattern(const std::string& pattern)
29 : pattern(pattern),
32 // If the pattern contains a {forward,back} slash, we assume that
34 std::string::size_type first_slash = pattern.find_first_of("\\/");
67 VmodulePattern pattern(it->first);
68 if (!base::StringToInt(it->second, &pattern.vlog_level)) {
71 << "\" as " << pattern.vlog_level;
73 vmodule_levels_.push_back(pattern);
108 if (MatchVlogPattern(target, it->pattern))
151 // An empty pattern here matches only an empty string.
160 // Since we moved past the stars, an empty pattern here matches