Home
last modified time | relevance | path

Searched refs:get_rep (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/boost/date_time/
Dtime_system_counted.hpp40 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() function
184 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()
Ddate_duration.hpp46 BOOST_CXX14_CONSTEXPR duration_rep get_rep()const in get_rep() function in boost::date_time::date_duration
101 return date_duration<duration_rep_traits>(get_rep() * (-1)); in operator -()
Ddate.hpp161 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 +()
Dtime_formatting_streams.hpp40 os << td.get_rep(); in duration_put()
Ddate_facet.hpp185 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()
Dtime_duration.hpp264 BOOST_CONSTEXPR impl_type get_rep()const in get_rep() function in boost::date_time::time_duration
Dtime_facet.hpp439 time_dur_arg.get_rep().as_special()); in put()
/third_party/boost/libs/pfr/test/run/
Doptional_chrono.cpp34 Rep get_rep() const { return rep_; } in get_rep() function in bogus_duration
73 BOOST_TEST(get<0>(val2)->get_rep() == 1); in main()
74 BOOST_TEST(get<1>(val2)->get_rep() == 2); in main()
/third_party/boost/boost/date_time/gregorian/
Dgreg_duration.hpp99 return date_duration(get_rep() * (-1)); in operator -()
114 return date_duration(base_type::unit().get_rep()); in unit()
Dgreg_facet.hpp136 os << dd.get_rep(); in operator <<()
Dgreg_serialize.hpp114 typename gregorian::date_duration::duration_rep dr = dd.get_rep(); in save()
/third_party/boost/libs/date_time/test/
Dtestgeneric_period.cpp20 int_type get_rep() { return _val; } in get_rep() function in duration_type
31 os << dt.get_rep(); in operator <<()
38 return i + dt.get_rep(); in operator +()
45 return i - dt.get_rep(); in operator -()
/third_party/boost/boost/date_time/posix_time/
Dtime_formatters_limited.hpp33 switch(td.get_rep().as_special()) in to_simple_string()
97 switch(td.get_rep().as_special()) { in to_iso_string()
Dtime_formatters.hpp39 switch(td.get_rep().as_special()) in to_simple_string_type()
109 switch(td.get_rep().as_special()) { in to_iso_string_type()
/third_party/boost/libs/log/src/setup/
Ddefault_formatter_factory.cpp192 m_strm << value.get_rep().as_number();
196 format_special_date_time(value.get_rep().as_special());