Lines Matching refs:time_point
67 system_clock::time_point
93 return time_point(duration_cast<duration>(d - nt_to_unix_epoch)); in now()
99 return time_point(seconds(tp.tv_sec) + microseconds(tp.tv_nsec / 1000)); in now()
103 return time_point(seconds(tv.tv_sec) + microseconds(tv.tv_usec)); in now()
109 system_clock::to_time_t(const time_point& t) _NOEXCEPT in to_time_t()
114 system_clock::time_point
117 return system_clock::time_point(seconds(t)); in from_time_t()
133 steady_clock::time_point
139 return time_point(seconds(tp.tv_sec) + nanoseconds(tp.tv_nsec)); in now()
188 steady_clock::time_point
192 return time_point(duration(fp())); in now()
198 steady_clock::time_point
208 return time_point(duration(counter.QuadPart * nano::den / freq.QuadPart)); in now()
220 steady_clock::time_point
226 return time_point(seconds(tp.tv_sec) + nanoseconds(tp.tv_nsec)); in now()