Home
last modified time | relevance | path

Searched refs:uint32_value (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dsysinfo.cc94 uint32_t uint32_value; member
121 if (Size == sizeof(Buff->uint32_value)) in GetAsInteger()
122 return static_cast<int32_t>(Buff->uint32_value); in GetAsInteger()
129 if (Size == sizeof(Buff->uint32_value)) in GetAsUnsigned()
130 return Buff->uint32_value; in GetAsUnsigned()