Home
last modified time | relevance | path

Searched refs:as_special (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/date_time/test/
Dtestint_adapter.cpp65 check("as_special convert", boost::date_time::neg_infin == i.as_special() ); in test_int()
70 check("as_special convert", boost::date_time::pos_infin == i.as_special() ); in test_int()
91 check("as_special convert", boost::date_time::not_special == k.as_special() ); in test_int()
119 check("as_special convert", boost::date_time::not_a_date_time == i.as_special() ); in test_int()
/third_party/boost/boost/date_time/
Ddate_duration.hpp50 BOOST_CXX14_CONSTEXPR special_values as_special() const in as_special() function in boost::date_time::date_duration
52 return days_.as_special(); in as_special()
Ddate.hpp136 BOOST_CXX14_CONSTEXPR special_values as_special() const in as_special() function in boost::date_time::date
153 return duration_type(val.as_special()); in operator -()
Dtime_system_counted.hpp59 return date_type(time_count_.as_special()); in date()
184 return time_duration_type(val.get_rep().as_special()); in get_time_of_day()
Dint_adapter.hpp194 BOOST_CONSTEXPR special_values as_special() const in as_special() function in boost::date_time::int_adapter
487 switch(ia.as_special()) in operator <<()
Ddate_formatting_locales.hpp198 special_values sv = d.as_special(); in date_put()
Dtime_system_split.hpp215 time_duration_type td(dd.as_special()); in subtract_times()
Ddate_facet.hpp173 return do_put_special(next, a_ios, fill_char, d.as_special()); in put()
185 return do_put_special(next, a_ios, fill_char, dd.get_rep().as_special()); in put()
Dtime_facet.hpp288 time_arg.date().as_special()); in put()
439 time_dur_arg.get_rep().as_special()); in put()
/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()
Dtime_serialize.hpp195 pt = boost::posix_time::ptime(d.as_special()); in load()
/third_party/boost/libs/log/src/setup/
Ddefault_formatter_factory.cpp155 format_special_date_time(value.as_special());
196 format_special_date_time(value.get_rep().as_special());
/third_party/boost/boost/date_time/gregorian/
Dconversion.hpp31 switch (d.as_special()) in to_tm()