Home
last modified time | relevance | path

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

/third_party/boost/boost/date_time/
Dtime.hpp107 bool is_not_a_date_time() const in is_not_a_date_time() function in boost::date_time::base_time
109 return time_.is_not_a_date_time(); in is_not_a_date_time()
133 return(is_not_a_date_time() || is_infinity()); in is_special()
Dtime_duration.hpp252 BOOST_CXX14_CONSTEXPR bool is_not_a_date_time()const in is_not_a_date_time() function in boost::date_time::time_duration
Dtime_system_split.hpp89 if(day.is_not_a_date() || tod.is_not_a_date_time()) { in get_time_rep()
Dtime_system_counted.hpp108 BOOST_CXX14_CONSTEXPR bool is_not_a_date_time()const in is_not_a_date_time() function
/third_party/boost/boost/date_time/posix_time/
Dposix_time_config.hpp108 return(is_pos_infinity() || is_neg_infinity() || is_not_a_date_time()); in is_special()
118 BOOST_CXX14_CONSTEXPR bool is_not_a_date_time()const in is_not_a_date_time() function
120 return(day.is_not_a_date() || time_of_day.is_not_a_date_time()); in is_not_a_date_time()
/third_party/boost/libs/date_time/test/local_time/
Dtestlocal_time.cpp87 check("is special_value", sv_time.is_not_a_date_time()); in main()
128 check("is NADT", calcop.is_not_a_date_time()); in main()
146 check("is NADT", calcop.is_not_a_date_time()); in main()
/third_party/boost/boost/log/support/
Ddate_time.hpp157 if (value.is_not_a_date_time()) in operator ()()
232 if (value.is_not_a_date_time()) in operator ()()
409 if (value.is_not_a_date_time()) in operator ()()
/third_party/boost/libs/log/src/setup/
Ddefault_formatter_factory.cpp214 if (value.is_not_a_date_time())
/third_party/boost/libs/date_time/test/posix_time/
Dtesttime.cpp135 check("is_not_a_date_time", !p_sv3.is_infinity() && p_sv3.is_not_a_date_time()); in special_values_tests()