Searched defs:VmodulePattern (Results 1 – 1 of 1) sorted by relevance
16 struct VlogInfo::VmodulePattern { struct in logging::VlogInfo17 enum MatchTarget { MATCH_MODULE, MATCH_FILE };23 std::string pattern;24 int vlog_level;25 MatchTarget match_target;28 VlogInfo::VmodulePattern::VmodulePattern(const std::string& pattern) in VmodulePattern() function in logging::VlogInfo::VmodulePattern39 VlogInfo::VmodulePattern::VmodulePattern() in VmodulePattern() function in logging::VlogInfo::VmodulePattern