Home
last modified time | relevance | path

Searched refs:subtract_days (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/date_time/
Dtime.hpp169 return time_system::subtract_days(time_, dd); in operator -()
Dtime_system_split.hpp163 time_rep_type subtract_days(const time_rep_type& base, in subtract_days() function in boost::date_time::split_timedate_system
Dtime_system_counted.hpp215 time_rep_type subtract_days(const time_rep_type& base, in subtract_days() function in boost::date_time::counted_time_system
/third_party/boost/boost/date_time/local_time/
Dlocal_date_time.hpp445 return local_date_time_base(time_system_type::subtract_days(this->time_,dd), zone_); in operator -()
450 this->time_ = time_system_type::subtract_days(this->time_,dd); in operator -=()