Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dsysinfo.cc95 uint64_t uint64_value; member
123 else if (Size == sizeof(Buff->uint64_value)) in GetAsInteger()
124 return static_cast<int64_t>(Buff->uint64_value); in GetAsInteger()
131 else if (Size == sizeof(Buff->uint64_value)) in GetAsUnsigned()
132 return Buff->uint64_value; in GetAsUnsigned()