Searched defs:VmodulePattern (Results 1 – 1 of 1) sorted by relevance
21 struct VlogInfo::VmodulePattern { struct in logging::VlogInfo22 enum MatchTarget { MATCH_MODULE, MATCH_FILE };28 std::string pattern;29 int vlog_level;30 MatchTarget match_target;33 VlogInfo::VmodulePattern::VmodulePattern(const std::string& pattern) in VmodulePattern() function in logging::VlogInfo::VmodulePattern44 VlogInfo::VmodulePattern::VmodulePattern() in VmodulePattern() function in logging::VlogInfo::VmodulePattern