HelenOS sources

time_since_epoch  223 uspace/lib/cpp/include/__bits/chrono.hpp                 : duration_{static_cast<duration>(other.time_since_epoch())}
time_since_epoch  511 uspace/lib/cpp/include/__bits/chrono.hpp         return CT(lhs.time_since_epoch() + rhs);
time_since_epoch  532 uspace/lib/cpp/include/__bits/chrono.hpp         return lhs.time_since_epoch() - rhs.time_since_epoch();
time_since_epoch  543 uspace/lib/cpp/include/__bits/chrono.hpp         return lhs.time_since_epoch() == rhs.time_since_epoch();
time_since_epoch  557 uspace/lib/cpp/include/__bits/chrono.hpp         return lhs.time_since_epoch() < rhs.time_since_epoch();
time_since_epoch  592 uspace/lib/cpp/include/__bits/chrono.hpp             duration_cast<ToDuration>(tp.time_since_epoch())
HelenOS homepage, sources at GitHub