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

/external/libchrome/base/
H A Dvlog.h18 class BASE_EXPORT VlogInfo { class in namespace:logging
40 VlogInfo(const std::string& v_switch,
43 ~VlogInfo();
59 DISALLOW_COPY_AND_ASSIGN(VlogInfo);
H A Dvlog.cc19 const int VlogInfo::kDefaultVlogLevel = 0;
21 struct VlogInfo::VmodulePattern {
33 VlogInfo::VmodulePattern::VmodulePattern(const std::string& pattern)
35 vlog_level(VlogInfo::kDefaultVlogLevel),
44 VlogInfo::VmodulePattern::VmodulePattern()
45 : vlog_level(VlogInfo::kDefaultVlogLevel),
48 VlogInfo::VlogInfo(const std::string& v_switch, function in class:logging::VlogInfo
81 VlogInfo::~VlogInfo() {}
[all...]

Completed in 55 milliseconds