Searched refs:HostState (Results 1 – 6 of 6) sorted by relevance
24 HostState HostState::get() { in get()26 HostState H; in get()
28 HostState{ in getStudy()57 auto Equals(const HostState &H) -> auto { in Equals()59 Field(&HostState::CpuName, H.CpuName), in Equals()60 Field(&HostState::CpuFrequency, H.CpuFrequency), in Equals()61 Field(&HostState::Caches, Pointwise(EqualsCacheInfo(), H.Caches))); in Equals()
118 struct HostState { struct123 static HostState get(); argument
54 S.Host = HostState::get(); in Main()
83 HostState Host;
218 static Error fromJson(const json::Value &V, libc_benchmarks::HostState &Out) { in fromJson()303 static void Serialize(const HostState &HS, json::OStream &JOS) { in Serialize()