Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dtimers.cc192 std::size_t timestamp_len; in LocalDateTimeString() local
249 timestamp_len = in LocalDateTimeString()
251 BM_CHECK(timestamp_len == kTimestampLen); in LocalDateTimeString()
255 std::strncat(storage, tz_offset, sizeof(storage) - timestamp_len - 1); in LocalDateTimeString()