Lines Matching defs:VlogInfo
18 const int VlogInfo::kDefaultVlogLevel = 0;
20 struct VlogInfo::VmodulePattern {
32 VlogInfo::VmodulePattern::VmodulePattern(const std::string& pattern)
34 vlog_level(VlogInfo::kDefaultVlogLevel),
43 VlogInfo::VmodulePattern::VmodulePattern()
44 : vlog_level(VlogInfo::kDefaultVlogLevel),
47 VlogInfo::VlogInfo(const std::string& v_switch,
81 VlogInfo::~VlogInfo() {}
105 int VlogInfo::GetVlogLevel(const base::StringPiece& file) const {
119 void VlogInfo::SetMaxVlogLevel(int level) {
124 int VlogInfo::GetMaxVlogLevel() const {