Home
last modified time | relevance | path

Searched refs:neg_infin (Results 1 – 25 of 31) sorted by relevance

12

/third_party/boost/boost/asio/ssl/detail/
Dstream_core.hpp51 pending_read_.expires_at(neg_infin()); in stream_core()
52 pending_write_.expires_at(neg_infin()); in stream_core()
104 static boost::asio::deadline_timer::time_type neg_infin() in neg_infin() function
106 return boost::posix_time::neg_infin; in neg_infin()
129 static boost::asio::steady_timer::time_point neg_infin() in neg_infin() function
Dio.hpp162 if (core_.expiry(core_.pending_read_) == core_.neg_infin()) in operator ()()
195 if (core_.expiry(core_.pending_write_) == core_.neg_infin()) in operator ()()
264 core_.pending_read_.expires_at(core_.neg_infin()); in operator ()()
272 core_.pending_write_.expires_at(core_.neg_infin()); in operator ()()
280 core_.pending_write_.expires_at(core_.neg_infin()); in operator ()()
/third_party/boost/libs/asio/include/boost/asio/ssl/detail/
Dstream_core.hpp51 pending_read_.expires_at(neg_infin()); in stream_core()
52 pending_write_.expires_at(neg_infin()); in stream_core()
104 static boost::asio::deadline_timer::time_type neg_infin() in neg_infin() function
106 return boost::posix_time::neg_infin; in neg_infin()
129 static boost::asio::steady_timer::time_point neg_infin() in neg_infin() function
Dio.hpp162 if (core_.expiry(core_.pending_read_) == core_.neg_infin()) in operator ()()
195 if (core_.expiry(core_.pending_write_) == core_.neg_infin()) in operator ()()
264 core_.pending_read_.expires_at(core_.neg_infin()); in operator ()()
272 core_.pending_write_.expires_at(core_.neg_infin()); in operator ()()
280 core_.pending_write_.expires_at(core_.neg_infin()); in operator ()()
/third_party/boost/libs/date_time/test/gregorian/
Dtestdate.cpp152 date_duration dd1(pos_infin), dd2(neg_infin), dd3(not_a_date_time); in main()
154 check_equal("date + inf_dur", d + dd2, date(neg_infin)); in main()
156 check_equal("date - inf_dur", d - dd1, date(neg_infin)); in main()
161 check_equal("inf_date + inf_dur", date(neg_infin) + dd1, date(not_a_date_time)); in main()
162 check_equal("inf_date - inf_dur", date(neg_infin) - dd1, date(neg_infin)); in main()
232 date d10(neg_infin); in main()
317 date d(neg_infin); in main()
Dtestgreg_durations.cpp74 months m(-5), m_pos(pos_infin), m_neg(neg_infin), m_nadt(not_a_date_time); in main()
129 years m(15), y_pos(pos_infin), y_neg(neg_infin), y_nadt(not_a_date_time); in main()
Dtestdate_duration.cpp58 date_duration ni_dur(neg_infin); in test_date_duration()
Dtestformatters.cpp33 date d3(neg_infin); in main()
Dtestdate_input_facet.cpp263 date d3(neg_infin); in main()
399 d, date(neg_infin)); in main()
427 d, date(neg_infin)); in main()
Dtestgreg_wstream.cpp125 date sv_d(neg_infin); in main()
/third_party/boost/boost/date_time/
Dtime_system_split.hpp64 case neg_infin: in get_time_rep()
65 return time_rep_type(date_type(neg_infin), in get_time_rep()
66 time_duration_type(neg_infin)); in get_time_rep()
108 return time_rep_type(day, time_duration_type(neg_infin)); in get_time_rep()
126 return time_rep_type(date_type(neg_infin), tod); in get_time_rep()
Dtime_system_counted.hpp157 case neg_infin: in get_time_rep()
158 return time_rep_type(date_type(neg_infin), in get_time_rep()
159 time_duration_type(neg_infin)); in get_time_rep()
Dspecial_defs.hpp16 neg_infin, pos_infin, enumerator
Dint_adapter.hpp80 case neg_infin: return neg_infinity(); in from_special()
108 if (is_neg_inf(v)) return neg_infin; in to_special()
495 case neg_infin: in operator <<()
/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()
66 check("as_special convert", boost::date_time::neg_infin == int_type::to_special(i.as_number()) ); in test_int()
133 int_type::from_special(boost::date_time::neg_infin) == int_type::neg_infinity()); in test_int()
/third_party/boost/libs/date_time/test/posix_time/
Dtesttime_input_facet.cpp212 tdx, time_duration(neg_infin)); in do_all_tests()
290 check_equal("Special value: time_duration %H flag", td, time_duration(neg_infin)); in do_all_tests()
305 check_equal("Special value: ptime %S flag", pt, ptime(neg_infin)); in do_all_tests()
314 check_equal("Special value: time_duration %s flag", td, time_duration(neg_infin)); in do_all_tests()
337 ptime pt3(neg_infin); in do_all_tests()
Dtesttime.cpp18 time_duration td_pi(pos_infin), td_ni(neg_infin), td_ndt(not_a_date_time); in special_values_tests()
19 date_duration dd_pi(pos_infin), dd_ni(neg_infin), dd_ndt(not_a_date_time); in special_values_tests()
20 date d_pi(pos_infin), d_ni(neg_infin), d_ndt(not_a_date_time); in special_values_tests()
65 ptime p_sv2(neg_infin); in special_values_tests()
Dtesttime_wstream.cpp71 time_duration sv_td(neg_infin); in main()
Dtesttime_serialize.cpp39 time_duration sv_td(neg_infin); in main()
/third_party/boost/boost/date_time/posix_time/
Dtime_formatters_limited.hpp42 case neg_infin: in to_simple_string()
105 case neg_infin: in to_iso_string()
Dtime_formatters.hpp48 case neg_infin: in to_simple_string_type()
117 case neg_infin: in to_iso_string_type()
Dptime.hpp23 using date_time::neg_infin;
/third_party/boost/boost/date_time/local_time/
Dlocal_time_types.hpp44 using date_time::neg_infin;
/third_party/boost/boost/date_time/gregorian/
Dconversion.hpp35 case date_time::neg_infin: in to_tm()
Dgreg_date.hpp25 using date_time::neg_infin;

12