Home
last modified time | relevance | path

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

/third_party/boost/libs/chrono/example/
Dxtime.cpp69 to_xtime_round_up(duration<Rep, Period> d) in to_xtime_round_up() function
95 xt = to_xtime_round_up(ms); in test_with_xtime()
99 xt = to_xtime_round_up(seconds(3) + nanoseconds(999)); in test_with_xtime()
Dtime2_demo.cpp1279 to_xtime_round_up(duration<Rep, Period> d) in to_xtime_round_up() function
1305 xt = to_xtime_round_up(ms); in test_with_xtime()
1309 xt = to_xtime_round_up(seconds(3) + nanoseconds(999)); in test_with_xtime()
/third_party/boost/libs/chrono/doc/
Dchrono.qbk1745 to_xtime_round_up(boost::chrono::__duration<Rep, Period> d)
1770 xt = to_xtime_round_up(ms);
1774 xt = to_xtime_round_up(boost::chrono::seconds(3) + __nanoseconds(999));