Searched refs:to_time_t (Results 1 – 5 of 5) sorted by relevance
35 static time_t to_time_t(const time_point& __t) _NOEXCEPT;
52 return system_clock::to_time_t( in toTimePoint() 59 return system_clock::to_time_t(time_point<system_clock, seconds>(
140 time_t system_clock::to_time_t(const time_point& t) noexcept { in to_time_t() function in chrono::system_clock
286 static time_t to_time_t (const time_point& __t) noexcept;
2118 auto converted = std::chrono::system_clock::to_time_t(time_point); in convert()