Home
last modified time | relevance | path

Searched defs:dstcalc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/
Ddst_rules.hpp216 typedef dst_calculator<date_type, time_duration_type> dstcalc; typedef in boost::date_time::dst_calc_engine
284 typedef dst_calculator<date_type, time_duration_type> dstcalc; typedef in boost::date_time::us_dst_rules
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/test/posix_time/
Dtestdst_rules.cpp118 typedef boost::date_time::dst_calculator<date,time_duration> dstcalc; in main() typedef