Home | History | Annotate | Download | only in base

Lines Matching defs:VlogInfo

14 const int VlogInfo::kDefaultVlogLevel = 0;
16 struct VlogInfo::VmodulePattern {
28 VlogInfo::VmodulePattern::VmodulePattern(const std::string& pattern)
30 vlog_level(VlogInfo::kDefaultVlogLevel),
39 VlogInfo::VmodulePattern::VmodulePattern()
40 : vlog_level(VlogInfo::kDefaultVlogLevel),
43 VlogInfo::VlogInfo(const std::string& v_switch,
77 VlogInfo::~VlogInfo() {}
101 int VlogInfo::GetVlogLevel(const base::StringPiece& file) const {
115 void VlogInfo::SetMaxVlogLevel(int level) {
120 int VlogInfo::GetMaxVlogLevel() const {