Searched refs:time_str_updated (Results 1 – 2 of 2) sorted by relevance
45 : time_str_updated(std::chrono::system_clock::now()), in LogConfig()46 tstamp(std::make_shared<Timestamp>(time_str_updated)), in LogConfig()104 time_str_updated.time_since_epoch())) { in update_tstamp_millis()108 time_str_updated = now; in update_tstamp_millis()118 time_str_updated.time_since_epoch())) { in update_tstamp()122 time_str_updated = now; in update_tstamp()
52 std::chrono::system_clock::time_point time_str_updated; member