Home
last modified time | relevance | path

Searched defs:time_point (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/libcxx/include/__chrono/
H A Dtime_point.h46 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX14 time_point() : __d_(duration::zero()) {} in time_point() function
47 …_LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit time_point(const duration& __d) :… in time_point() function
H A Dsteady_clock.h33 typedef chrono::time_point<steady_clock, duration> time_point; typedef
H A Dsystem_clock.h33 typedef chrono::time_point<system_clock> time_point; typedef
H A Dfile_clock.h61 typedef chrono::time_point<_FilesystemClock> time_point; typedef