Home
last modified time | relevance | path

Searched refs:is_not_a_date (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/date_time/
Ddate.hpp113 return(is_not_a_date() || is_infinity()); in is_special()
116 BOOST_CONSTEXPR bool is_not_a_date() const in is_not_a_date() function in boost::date_time::date
Ddate_formatting_limited.hpp102 if (d.is_not_a_date()) { in date_to_string()
Ddate_formatting.hpp118 if (d.is_not_a_date()) { in date_to_string()
Dtime_formatting_streams.hpp82 if(!d.is_infinity() && !d.is_not_a_date()) in time_put()
Dtime_system_split.hpp89 if(day.is_not_a_date() || tod.is_not_a_date_time()) { in get_time_rep()
Dtime_system_counted.hpp39 if(d.is_infinity() || d.is_not_a_date() || time_of_day.is_special()) { in counted_time_rep()
/third_party/boost/libs/date_time/test/gregorian/
Dtestdate.cpp228 check("check not a date - false", !d7.is_not_a_date()); in main()
243 check("check not a date", d12.is_not_a_date()); in main()
/third_party/boost/boost/date_time/posix_time/
Dposix_time_config.hpp120 return(day.is_not_a_date() || time_of_day.is_not_a_date_time()); in is_not_a_date_time()
/third_party/boost/boost/log/support/
Ddate_time.hpp335 if (value.is_not_a_date()) in operator ()()
507 if (value.is_not_a_date()) in operator ()()