Home
last modified time | relevance | path

Searched refs:tick_type (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/date_time/
Dtime_duration.hpp56 typedef typename rep_type::tick_type tick_type; typedef in boost::date_time::time_duration
75 static BOOST_CXX14_CONSTEXPR tick_type ticks_per_second() in ticks_per_second()
105 BOOST_CXX14_CONSTEXPR tick_type total_milliseconds() const in total_milliseconds()
108 return ticks() * (static_cast<tick_type>(1000) / ticks_per_second()); in total_milliseconds()
110 return ticks() / (ticks_per_second() / static_cast<tick_type>(1000)) ; in total_milliseconds()
113 BOOST_CXX14_CONSTEXPR tick_type total_nanoseconds() const in total_nanoseconds()
116 return ticks() * (static_cast<tick_type>(1000000000) / ticks_per_second()); in total_nanoseconds()
118 return ticks() / (ticks_per_second() / static_cast<tick_type>(1000000000)) ; in total_nanoseconds()
121 BOOST_CXX14_CONSTEXPR tick_type total_microseconds() const in total_microseconds()
124 return ticks() * (static_cast<tick_type>(1000000) / ticks_per_second()); in total_microseconds()
[all …]
Dtime_resolution_traits.hpp98 typedef typename frac_sec_type::int_type tick_type; typedef in boost::date_time::time_resolution_traits
135 static BOOST_CXX14_CONSTEXPR tick_type to_tick_count(hour_type hours, in to_tick_count()
146 return static_cast<tick_type>(((((fractional_seconds_type(hours)*3600) in to_tick_count()
151 return static_cast<tick_type>((((fractional_seconds_type(hours)*3600) in to_tick_count()
/third_party/boost/boost/date_time/posix_time/
Dposix_time_config.hpp54 typedef time_res_traits::tick_type tick_type; typedef in boost::posix_time::time_duration
131 typedef time_res_traits::tick_type int_type;
149 typedef time_res_traits::tick_type int_type;
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dstream_base.hpp40 using tick_type = std::uint64_t; typedef
45 tick_type tick = 0; // counts waits
/third_party/boost/boost/beast/core/detail/
Dstream_base.hpp40 using tick_type = std::uint64_t; typedef
45 tick_type tick = 0; // counts waits
/third_party/boost/libs/date_time/test/posix_time/
Dtestfiletime_functions.cpp25 const time_duration::tick_type adjustor = time_duration::ticks_per_second() / 1000; in main()
/third_party/boost/boost/beast/core/impl/
Dbasic_stream.hpp172 tick_type tick;
/third_party/boost/libs/beast/include/boost/beast/core/impl/
Dbasic_stream.hpp172 tick_type tick;