Home | History | Annotate | Download | only in time

Lines Matching refs:SaturatedSub

103 BASE_EXPORT int64_t SaturatedSub(TimeDelta delta, int64_t value);
215 return TimeDelta(time_internal::SaturatedSub(*this, other.delta_));
293 friend int64_t time_internal::SaturatedSub(TimeDelta delta, int64_t value);
403 return TimeClass(-time_internal::SaturatedSub(delta, us_));