HomeSort by: relevance | last modified time | path
    Searched refs:__time_point (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
chrono.h 999 typedef time_point<_Clock, _ToDur> __time_point; typedef
1000 return __time_point(duration_cast<_ToDur>(__t.time_since_epoch()));
1085 typedef time_point<_Clock, __ct> __time_point; typedef
1086 return __time_point(__lhs.time_since_epoch() + __rhs);
1099 typedef time_point<_Clock, __ct> __time_point; typedef
1100 return __time_point(__rhs.time_since_epoch() + __lhs);
1113 typedef time_point<_Clock, __ct> __time_point; typedef
1114 return __time_point(__lhs.time_since_epoch() -__rhs);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
chrono.h 1021 typedef time_point<_Clock, _ToDur> __time_point; typedef
1022 return __time_point(duration_cast<_ToDur>(__t.time_since_epoch()));
1106 typedef time_point<_Clock, __ct> __time_point; typedef
1107 return __time_point(__lhs.time_since_epoch() + __rhs);
1120 typedef time_point<_Clock, __ct> __time_point; typedef
1121 return __time_point(__rhs.time_since_epoch() + __lhs);
1134 typedef time_point<_Clock, __ct> __time_point; typedef
1135 return __time_point(__lhs.time_since_epoch() -__rhs);

Completed in 26 milliseconds