Searched defs:VmodulePattern (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dvlog.cc16 struct VlogInfo::VmodulePattern { struct in class:logging::VlogInfo
19 explicit VmodulePattern(const std::string& pattern);
21 VmodulePattern();
28 VlogInfo::VmodulePattern::VmodulePattern(const std::string& pattern) function in class:logging::VlogInfo::VmodulePattern
39 VlogInfo::VmodulePattern::VmodulePattern() function in class:logging::VlogInfo::VmodulePattern
67 VmodulePattern pattern(it->first);
104 for (std::vector<VmodulePattern>::const_iterator it =
107 (it->match_target == VmodulePattern
[all...]

Completed in 5313 milliseconds