Home | History | Annotate | Download | only in base

Lines Matching refs:VmodulePattern

20 struct VlogInfo::VmodulePattern {
23 explicit VmodulePattern(const std::string& pattern);
25 VmodulePattern();
32 VlogInfo::VmodulePattern::VmodulePattern(const std::string& pattern)
43 VlogInfo::VmodulePattern::VmodulePattern()
71 VmodulePattern pattern(it->first);
108 for (std::vector<VmodulePattern>::const_iterator it =
111 (it->match_target == VmodulePattern::MATCH_FILE) ? file : module);