OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:time_since_epoch
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
chrono.h
944
: __d(__t.
time_since_epoch
())
949
time_since_epoch
() const
function in class:chrono::time_point
1022
return __time_point(duration_cast<_ToDur>(__t.
time_since_epoch
()));
1044
chrono::floor<_ToDur>(__tp.
time_since_epoch
())};
1065
chrono::ceil<_ToDur>(__tp.
time_since_epoch
())};
1089
chrono::round<_ToDur>(__tp.
time_since_epoch
())};
1107
return __time_point(__lhs.
time_since_epoch
() + __rhs);
1121
return __time_point(__rhs.
time_since_epoch
() + __lhs);
1135
return __time_point(__lhs.
time_since_epoch
() -__rhs);
1143
{ return __lhs.
time_since_epoch
() - __rhs.time_since_epoch();
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
chrono.h
922
: __d(__t.
time_since_epoch
())
927
time_since_epoch
() const
function in class:chrono::time_point
1000
return __time_point(duration_cast<_ToDur>(__t.
time_since_epoch
()));
1022
chrono::floor<_ToDur>(__tp.
time_since_epoch
())};
1043
chrono::ceil<_ToDur>(__tp.
time_since_epoch
())};
1068
chrono::round<_ToDur>(__tp.
time_since_epoch
())};
1086
return __time_point(__lhs.
time_since_epoch
() + __rhs);
1100
return __time_point(__rhs.
time_since_epoch
() + __lhs);
1114
return __time_point(__lhs.
time_since_epoch
() -__rhs);
1122
{ return __lhs.
time_since_epoch
() - __rhs.time_since_epoch();
[
all
...]
Completed in 43 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026