Searched refs:to_sys (Results 1 – 3 of 3) sorted by relevance
32 auto st = std::chrono::file_clock::to_sys(ft); in main()40 assert(st == std::chrono::file_clock::to_sys(ft)); in main()48 auto diff = sys_now - std::chrono::file_clock::to_sys(file_now); in main()61 auto sys_diff = std::chrono::file_clock::to_sys(ft) - st; in main()
71 static chrono::sys_time<_Duration> to_sys(const chrono::file_time<_Duration>& __t) { in to_sys() function
293 static sys_time<see-below> to_sys(const file_time<Duration>&);