/third_party/boost/boost/asio/ssl/detail/ |
D | stream_core.hpp | 51 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
|
D | io.hpp | 162 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/ |
D | stream_core.hpp | 51 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
|
D | io.hpp | 162 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/ |
D | testdate.cpp | 152 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()
|
D | testgreg_durations.cpp | 74 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()
|
D | testdate_duration.cpp | 58 date_duration ni_dur(neg_infin); in test_date_duration()
|
D | testformatters.cpp | 33 date d3(neg_infin); in main()
|
D | testdate_input_facet.cpp | 263 date d3(neg_infin); in main() 399 d, date(neg_infin)); in main() 427 d, date(neg_infin)); in main()
|
D | testgreg_wstream.cpp | 125 date sv_d(neg_infin); in main()
|
/third_party/boost/boost/date_time/ |
D | time_system_split.hpp | 64 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()
|
D | time_system_counted.hpp | 157 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()
|
D | special_defs.hpp | 16 neg_infin, pos_infin, enumerator
|
D | int_adapter.hpp | 80 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/ |
D | testint_adapter.cpp | 65 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/ |
D | testtime_input_facet.cpp | 212 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()
|
D | testtime.cpp | 18 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()
|
D | testtime_wstream.cpp | 71 time_duration sv_td(neg_infin); in main()
|
D | testtime_serialize.cpp | 39 time_duration sv_td(neg_infin); in main()
|
/third_party/boost/boost/date_time/posix_time/ |
D | time_formatters_limited.hpp | 42 case neg_infin: in to_simple_string() 105 case neg_infin: in to_iso_string()
|
D | time_formatters.hpp | 48 case neg_infin: in to_simple_string_type() 117 case neg_infin: in to_iso_string_type()
|
D | ptime.hpp | 23 using date_time::neg_infin;
|
/third_party/boost/boost/date_time/local_time/ |
D | local_time_types.hpp | 44 using date_time::neg_infin;
|
/third_party/boost/boost/date_time/gregorian/ |
D | conversion.hpp | 35 case date_time::neg_infin: in to_tm()
|
D | greg_date.hpp | 25 using date_time::neg_infin;
|