Home
last modified time | relevance | path

Searched refs:hour_type (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/date_time/
Dtime_duration.hpp52 typedef typename rep_type::hour_type hour_type; typedef in boost::date_time::time_duration
60 BOOST_CXX14_CONSTEXPR time_duration(hour_type hours_in, in time_duration()
85 BOOST_CXX14_CONSTEXPR hour_type hours() const in hours()
87 return static_cast<hour_type>(ticks() / (3600*ticks_per_second())); in hours()
Dtime_resolution_traits.hpp101 typedef var_type hour_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()
Dtime_facet.hpp806 typedef typename time_duration_type::hour_type hour_type; in get() typedef
810 hour_type hour = 0; in get()
832 hour = var_string_to_int<hour_type, CharT>(sitr, stream_end, in get()
833 std::numeric_limits<hour_type>::digits10 + 1); in get()
842 hour = fixed_string_to_int<hour_type, CharT>(sitr, stream_end, mr, 2); in get()
969 typedef typename time_duration_type::hour_type hour_type; in get() typedef
974 hour_type hour = 0; in get()
1115 hour = fixed_string_to_int<hour_type, CharT>(sitr, stream_end, mr, 2); in get()
Dmicrosec_time_clock.hpp122 … time_duration_type td(static_cast< typename time_duration_type::hour_type >(curr_ptr->tm_hour), in create_time()
/third_party/boost/boost/date_time/posix_time/
Dposix_time_config.hpp50 typedef time_res_traits::hour_type hour_type; typedef in boost::posix_time::time_duration
56 BOOST_CXX14_CONSTEXPR time_duration(hour_type hour, in time_duration()
Dposix_time_duration.hpp31 time_duration(numeric_cast<hour_type>(h), 0, 0) in hours()
Dtime_serialize.hpp139 BOOST_STATIC_ASSERT(sizeof(posix_time::time_duration::hour_type) == sizeof(boost::int64_t)); in load()
/third_party/boost/libs/log/src/
Ddefault_sink.cpp68 hour_type hours;
73 time_duration_type(hour_type h, min_type m, sec_type s, fractional_seconds_type u) :
Dtext_file_backend.cpp1115 static_cast< posix_time::time_duration::hour_type >(m_Hour), in operator ()()