Home
last modified time | relevance | path

Searched refs:to_xtime_truncate (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/chrono/example/
Dxtime.cpp59 to_xtime_truncate(duration<Rep, Period> d) in to_xtime_truncate() function
91 xtime_ xt = to_xtime_truncate(seconds(3) + milliseconds(251)); in test_with_xtime()
97 xt = to_xtime_truncate(seconds(3) + nanoseconds(999)); in test_with_xtime()
Dtime2_demo.cpp1269 to_xtime_truncate(duration<Rep, Period> d) in to_xtime_truncate() function
1301 xtime xt = to_xtime_truncate(seconds(3) + milliseconds(251)); in test_with_xtime()
1307 xt = to_xtime_truncate(seconds(3) + nanoseconds(999)); in test_with_xtime()
/third_party/boost/libs/chrono/doc/
Dchrono.qbk1735 to_xtime_truncate(boost::chrono::__duration<Rep, Period> d)
1766 xtime xt = to_xtime_truncate(seconds(3) + boost::chrono::__milliseconds(251));
1772 xt = to_xtime_truncate(boost::chrono::seconds(3) + __nanoseconds(999));