Home
last modified time | relevance | path

Searched refs:VmodulePattern (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dvlog.cc16 struct VlogInfo::VmodulePattern { struct in logging::VlogInfo
19 explicit VmodulePattern(const std::string& pattern);
21 VmodulePattern();
28 VlogInfo::VmodulePattern::VmodulePattern(const std::string& pattern) in VmodulePattern() function in logging::VlogInfo::VmodulePattern
39 VlogInfo::VmodulePattern::VmodulePattern() in VmodulePattern() function in logging::VlogInfo::VmodulePattern
67 VmodulePattern pattern(it->first); in VlogInfo()
104 for (std::vector<VmodulePattern>::const_iterator it = in GetVlogLevel()
107 (it->match_target == VmodulePattern::MATCH_FILE) ? file : module); in GetVlogLevel()
Dvlog.h57 struct VmodulePattern;
58 std::vector<VmodulePattern> vmodule_levels_;