Searched defs:time_point (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcompatibility-chrono.cc56 typedef chrono::time_point<system_clock, duration> time_point; typedef in struct:chrono::system_clock
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcompatibility-chrono.cc56 typedef chrono::time_point<system_clock, duration> time_point; typedef in struct:chrono::system_clock
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dchrono.h913 class time_point class in namespace:chrono
924 constexpr time_point() : __d(duration::zero()) function in class:chrono::time_point
927 constexpr explicit time_point(const duration& __dur) function in class:chrono::time_point
934 time_point(const time_point<clock, _Dur2>& __t) argument
1010 time_point_cast(const time_point<_Clock, _Dur>& __t) argument
1032 floor(const time_point<_Clock, _Dur>& __tp) argument
1053 ceil(const time_point<_Clock, _Dur>& __tp) argument
1078 round(const time_point<_Clock, _Dur>& __tp) argument
1093 operator +(const time_point<_Clock, _Dur1>& __lhs, const duration<_Rep2, _Period2>& __rhs) argument
1107 operator +(const duration<_Rep1, _Period1>& __lhs, const time_point<_Clock, _Dur2>& __rhs) argument
1121 operator -(const time_point<_Clock, _Dur1>& __lhs, const duration<_Rep2, _Period2>& __rhs) argument
1133 operator -(const time_point<_Clock, _Dur1>& __lhs, const time_point<_Clock, _Dur2>& __rhs) argument
1145 operator ==(const time_point<_Clock, _Dur1>& __lhs, const time_point<_Clock, _Dur2>& __rhs) argument
1153 operator <=>(const time_point<_Clock, _Dur1>& __lhs, const time_point<_Clock, _Dur2>& __rhs) argument
1159 operator !=(const time_point<_Clock, _Dur1>& __lhs, const time_point<_Clock, _Dur2>& __rhs) argument
1166 operator <(const time_point<_Clock, _Dur1>& __lhs, const time_point<_Clock, _Dur2>& __rhs) argument
1172 operator <=(const time_point<_Clock, _Dur1>& __lhs, const time_point<_Clock, _Dur2>& __rhs) argument
1178 operator >(const time_point<_Clock, _Dur1>& __lhs, const time_point<_Clock, _Dur2>& __rhs) argument
1184 operator >=(const time_point<_Clock, _Dur1>& __lhs, const time_point<_Clock, _Dur2>& __rhs) argument
1222 typedef chrono::time_point<system_clock, duration> time_point; typedef in struct:chrono::_V2::system_clock
1262 typedef chrono::time_point<steady_clock, duration> time_point; typedef in struct:chrono::_V2::steady_clock
[all...]

Completed in 88 milliseconds