Searched defs:SystemInfo (Results 1 – 11 of 11) sorted by relevance
44 struct SystemInfo { struct46 SystemInfo() : os(), os_short(), os_version(), cpu(), cpu_info(), in SystemInfo() argument70 // MinidumpSystemInfo::GetOS. argument82 // this field should match those used by MinidumpSystemInfo::GetCPU. argument83 string cpu;89 string cpu_info;93 int cpu_count;
29 message SystemInfo { message
2859 message SystemInfo { message
93 SystemInfo::SystemInfo() { in SystemInfo() function in rtc::SystemInfo
170 typedef google_breakpad::SystemInfo SystemInfo; typedef
55 SystemInfo::SystemInfo(const Dump &dump, in SystemInfo() function in google_breakpad::SynthMinidump::SystemInfo
649 SystemInfo::SystemInfo() : name(GetSystemName()) {} in SystemInfo() function in benchmark::SystemInfo
698 SystemInfo::SystemInfo() : name(GetSystemName()) {} in SystemInfo() function in benchmark::SystemInfo
465 class SystemInfo: class
1297 struct SystemInfo { struct1299 static const SystemInfo& Get(); argument