Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/gregorian/
Dgreg_day_of_year.hpp29 …typedef CV::simple_exception_policy<unsigned short,1,366,bad_day_of_year> greg_day_of_year_policie…
Dgreg_year.hpp28 typedef CV::simple_exception_policy<unsigned short, 1400, 9999, bad_year> greg_year_policies;
Dgreg_day.hpp32 typedef CV::simple_exception_policy<unsigned short, 1, 31, bad_day_of_month> greg_day_policies;
Dgreg_weekday.hpp36 typedef CV::simple_exception_policy<unsigned short, 0, 6, bad_weekday> greg_weekday_policies;
Dgreg_month.hpp45 typedef CV::simple_exception_policy<unsigned short, 1, 12, bad_month> greg_month_policies;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/test/
Dtestconstrained_value.cpp29 typedef boost::CV::simple_exception_policy<int,1,10,range_error> one_to_ten_range_policy;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/
Dconstrained_value.hpp87 class BOOST_SYMBOL_VISIBLE simple_exception_policy class