Searched refs:get_rep (Results 1 – 15 of 15) sorted by relevance
40 time_count_ = time_of_day.get_rep() + d.day_count(); in counted_time_rep()116 BOOST_CXX14_CONSTEXPR impl_type get_rep()const in get_rep() function184 return time_duration_type(val.get_rep().as_special()); in get_time_of_day()208 return(time_rep_type(base.get_rep() + dd.get_rep())); in add_days()219 return(time_rep_type(base.get_rep() - dd.get_rep())); in subtract_days()230 return(time_rep_type(base.get_rep() - td.get_rep())); in subtract_time_duration()241 return(time_rep_type(base.get_rep() + td.get_rep())); in add_time_duration()253 impl_type::to_special((lhs.get_rep() - rhs.get_rep()).as_number()))); in subtract_times()
46 BOOST_CXX14_CONSTEXPR duration_rep get_rep()const in get_rep() function in boost::date_time::date_duration101 return date_duration<duration_rep_traits>(get_rep() * (-1)); in operator -()
161 return date_type(date_rep_type(days_) - dd.get_rep()); in operator -()179 return date_type(date_rep_type(days_) + dd.get_rep()); in operator +()
40 os << td.get_rep(); in duration_put()
185 return do_put_special(next, a_ios, fill_char, dd.get_rep().as_special()); in put()190 …return std::use_facet<num_put>(a_ios.getloc()).put(next, a_ios, fill_char, dd.get_rep().as_number(… in put()196 return f->put(next, a_ios, fill_char, dd.get_rep().as_number()); in put()
264 BOOST_CONSTEXPR impl_type get_rep()const in get_rep() function in boost::date_time::time_duration
439 time_dur_arg.get_rep().as_special()); in put()
34 Rep get_rep() const { return rep_; } in get_rep() function in bogus_duration73 BOOST_TEST(get<0>(val2)->get_rep() == 1); in main()74 BOOST_TEST(get<1>(val2)->get_rep() == 2); in main()
99 return date_duration(get_rep() * (-1)); in operator -()114 return date_duration(base_type::unit().get_rep()); in unit()
136 os << dd.get_rep(); in operator <<()
114 typename gregorian::date_duration::duration_rep dr = dd.get_rep(); in save()
20 int_type get_rep() { return _val; } in get_rep() function in duration_type31 os << dt.get_rep(); in operator <<()38 return i + dt.get_rep(); in operator +()45 return i - dt.get_rep(); in operator -()
33 switch(td.get_rep().as_special()) in to_simple_string()97 switch(td.get_rep().as_special()) { in to_iso_string()
39 switch(td.get_rep().as_special()) in to_simple_string_type()109 switch(td.get_rep().as_special()) { in to_iso_string_type()
192 m_strm << value.get_rep().as_number();196 format_special_date_time(value.get_rep().as_special());