Home
last modified time | relevance | path

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

/external/libchrome/base/
Dvlog.cc21 struct VlogInfo::VmodulePattern { struct in logging::VlogInfo
24 explicit VmodulePattern(const std::string& pattern);
26 VmodulePattern();
33 VlogInfo::VmodulePattern::VmodulePattern(const std::string& pattern) in VmodulePattern() function in logging::VlogInfo::VmodulePattern
44 VlogInfo::VmodulePattern::VmodulePattern() in VmodulePattern() function in logging::VlogInfo::VmodulePattern
71 VmodulePattern pattern(it->first); in VlogInfo()
108 for (std::vector<VmodulePattern>::const_iterator it = in GetVlogLevel()
111 (it->match_target == VmodulePattern::MATCH_FILE) ? file : module); in GetVlogLevel()
Dvlog.h55 struct VmodulePattern;
56 std::vector<VmodulePattern> vmodule_levels_;