Home
last modified time | relevance | path

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

/external/cronet/base/
Dvlog.h61 struct VmodulePattern { struct
64 explicit VmodulePattern(const std::string& pattern); argument
73 VlogInfo(std::vector<VmodulePattern> vmodule_levels, int* min_log_level); argument
Dvlog.cc22 VlogInfo::VmodulePattern::VmodulePattern(const std::string& pattern) in VmodulePattern() function in logging::VlogInfo::VmodulePattern
33 VlogInfo::VmodulePattern::VmodulePattern() in VmodulePattern() function in logging::VlogInfo::VmodulePattern
/external/libchrome/base/
Dvlog.cc21 struct VlogInfo::VmodulePattern { struct in logging::VlogInfo
22 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::VmodulePattern
44 VlogInfo::VmodulePattern::VmodulePattern() in VmodulePattern() function in logging::VlogInfo::VmodulePattern