Searched refs:from_sys (Results 1 – 3 of 3) sorted by relevance
33 assert(ft == std::chrono::file_clock::from_sys(st)); in main()39 auto ft = std::chrono::file_clock::from_sys(st); in main()52 auto diff = std::chrono::file_clock::from_sys(sys_now) - file_now; in main()62 auto file_diff = ft - std::chrono::file_clock::from_sys(st); in main()
77 static chrono::file_time<_Duration> from_sys(const chrono::sys_time<_Duration>& __t) { in from_sys() function
296 static file_time<see-below> from_sys(const sys_time<Duration>&);