Home
last modified time | relevance | path

Searched defs:add_days (Results 1 – 3 of 3) sorted by relevance

/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/
Dtime_system_split.hpp157 time_rep_type add_days(const time_rep_type& base, in add_days() function in boost::date_time::split_timedate_system
Dtime_system_counted.hpp204 time_rep_type add_days(const time_rep_type& base, in add_days() function in boost::date_time::counted_time_system
/external/rust/android-crates-io/crates/chrono/src/naive/date/
Dmod.rs668 pub(crate) const fn add_days(self, days: i32) -> Option<Self> { in add_days() method