Searched refs:cpu_brand_ (Results 1 – 4 of 4) sorted by relevance
60 const std::string& cpu_brand() const { return cpu_brand_; } in cpu_brand()85 std::string cpu_brand_; variable
152 cpu_brand_.assign(cpu_string, cpu_string_ptr - cpu_string); in Initialize()166 cpu_brand_.assign("ARM"); in Initialize()
926 cpu_brand_.reset(new StringInfo(cpu_op, cpu_value)); in SetCpuBrand()927 return cpu_brand_->IsValid(); in SetCpuBrand()1122 if (cpu_brand_.get() != NULL) { in Contains()1124 if (!cpu_brand_->Contains(cpu_info.cpu_brand())) in Contains()
444 scoped_ptr<StringInfo> cpu_brand_; variable