Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_log_config.cc45 : 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()
Dshrpx_log_config.h52 std::chrono::system_clock::time_point time_str_updated; member