Searched refs:cpu_brand_ (Results 1 – 2 of 2) sorted by relevance
61 const std::string& cpu_brand() const { return cpu_brand_; } in cpu_brand()87 std::string cpu_brand_; variable
270 cpu_brand_.assign(cpu_string, cpu_string_ptr - cpu_string); in Initialize()279 cpu_brand_.assign(g_lazy_cpuinfo.Get().brand()); in Initialize()