Searched refs:as_special (Results 1 – 14 of 14) sorted by relevance
/third_party/boost/libs/date_time/test/ |
D | testint_adapter.cpp | 65 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/ |
D | date_duration.hpp | 50 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()
|
D | date.hpp | 136 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 -()
|
D | time_system_counted.hpp | 59 return date_type(time_count_.as_special()); in date() 184 return time_duration_type(val.get_rep().as_special()); in get_time_of_day()
|
D | int_adapter.hpp | 194 BOOST_CONSTEXPR special_values as_special() const in as_special() function in boost::date_time::int_adapter 487 switch(ia.as_special()) in operator <<()
|
D | date_formatting_locales.hpp | 198 special_values sv = d.as_special(); in date_put()
|
D | time_system_split.hpp | 215 time_duration_type td(dd.as_special()); in subtract_times()
|
D | date_facet.hpp | 173 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()
|
D | time_facet.hpp | 288 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/ |
D | time_formatters_limited.hpp | 33 switch(td.get_rep().as_special()) in to_simple_string() 97 switch(td.get_rep().as_special()) { in to_iso_string()
|
D | time_formatters.hpp | 39 switch(td.get_rep().as_special()) in to_simple_string_type() 109 switch(td.get_rep().as_special()) { in to_iso_string_type()
|
D | time_serialize.hpp | 195 pt = boost::posix_time::ptime(d.as_special()); in load()
|
/third_party/boost/libs/log/src/setup/ |
D | default_formatter_factory.cpp | 155 format_special_date_time(value.as_special()); 196 format_special_date_time(value.get_rep().as_special());
|
/third_party/boost/boost/date_time/gregorian/ |
D | conversion.hpp | 31 switch (d.as_special()) in to_tm()
|