Searched refs:tm_timestamp_ (Results 1 – 2 of 2) sorted by relevance
65 localtime_r(&now, &tm_timestamp_); in ParseBqrEvt()316 ss_timestamp << std::put_time(&p_event->tm_timestamp_, "%m-%d %H:%M:%S"); in DebugDump()
207 std::tm tm_timestamp_ = {}; variable