Home
last modified time | relevance | path

Searched refs:int_adapter (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/date_time/
Dint_adapter.hpp46 class int_adapter { class
49 BOOST_CXX14_CONSTEXPR int_adapter(int_type v) : in int_adapter() function in boost::date_time::int_adapter
56 static BOOST_CONSTEXPR int_adapter pos_infinity() in pos_infinity()
60 static BOOST_CONSTEXPR int_adapter neg_infinity() in neg_infinity()
64 static BOOST_CONSTEXPR int_adapter not_a_number() in not_a_number()
68 static BOOST_CONSTEXPR int_adapter max BOOST_PREVENT_MACRO_SUBSTITUTION () in BOOST_PREVENT_MACRO_SUBSTITUTION()
72 static BOOST_CONSTEXPR int_adapter min BOOST_PREVENT_MACRO_SUBSTITUTION () in BOOST_PREVENT_MACRO_SUBSTITUTION()
76 static BOOST_CXX14_CONSTEXPR int_adapter from_special(special_values sv) in from_special()
139 BOOST_CONSTEXPR bool operator==(const int_adapter& rhs) const in operator ==()
154 BOOST_CONSTEXPR bool operator!=(const int_adapter& rhs) const in operator !=()
[all …]
Dtime_resolution_traits.hpp41 typedef boost::date_time::int_adapter<boost::int32_t> impl_type;
57 typedef boost::date_time::int_adapter<boost::int64_t> impl_type;
Ddate_duration.hpp137 typedef boost::date_time::int_adapter<long> impl_type;
/third_party/boost/libs/date_time/test/
Dtestint_adapter.cpp147 print< int_adapter<unsigned long> >(); in main()
148 test_int< int_adapter<unsigned long> >(); in main()
149 print< int_adapter<long> >(); in main()
150 test_int< int_adapter<long> >(); in main()
151 print< int_adapter<boost::int64_t> >(); in main()
152 test_int< int_adapter<boost::int64_t> >(); in main()
/third_party/boost/boost/date_time/gregorian/
Dgreg_calendar.hpp24 typedef date_time::int_adapter<uint32_t> fancy_date_rep;
Dgreg_duration_types.hpp25 typedef date_time::int_adapter<int> int_rep;
/third_party/boost/doc/html/
Ddoc_HTML.manifest1078 boost/date_time/int_adapter.html