Searched defs:time_point (Results 1 – 4 of 4) sorted by relevance
46 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX14 time_point() : __d_(duration::zero()) {} in time_point() function47 …_LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit time_point(const duration& __d) :… in time_point() function
33 typedef chrono::time_point<steady_clock, duration> time_point; typedef
33 typedef chrono::time_point<system_clock> time_point; typedef
61 typedef chrono::time_point<_FilesystemClock> time_point; typedef