Home
last modified time | relevance | path

Searched refs:to_microseconds (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/safe_numerics/example/
Dexample92.cpp136 int32 to_microseconds(uint32 t){ in to_microseconds() function
156 std::this_thread::sleep_for(std::chrono::microseconds(to_microseconds(c))); in test()
163 << to_microseconds(last_c) << ' ' in test()
Dexample93.cpp243 microseconds to_microseconds(ccpr_t t){ in to_microseconds() function
263 std::this_thread::sleep_for(std::chrono::microseconds(to_microseconds(c))); in test()
269 << to_microseconds(last_c) << ' ' in test()