Searched refs:hour_type (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/date_time/ |
D | time_duration.hpp | 52 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()
|
D | time_resolution_traits.hpp | 101 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()
|
D | time_facet.hpp | 806 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()
|
D | microsec_time_clock.hpp | 122 … 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/ |
D | posix_time_config.hpp | 50 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()
|
D | posix_time_duration.hpp | 31 time_duration(numeric_cast<hour_type>(h), 0, 0) in hours()
|
D | time_serialize.hpp | 139 BOOST_STATIC_ASSERT(sizeof(posix_time::time_duration::hour_type) == sizeof(boost::int64_t)); in load()
|
/third_party/boost/libs/log/src/ |
D | default_sink.cpp | 68 hour_type hours; 73 time_duration_type(hour_type h, min_type m, sec_type s, fractional_seconds_type u) :
|
D | text_file_backend.cpp | 1115 static_cast< posix_time::time_duration::hour_type >(m_Hour), in operator ()()
|