Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dduration.cc410 const int64_t orig_rep_hi = rep_hi_; in operator +=() local
418 if (rhs.rep_hi_ < 0 ? rep_hi_ > orig_rep_hi : rep_hi_ < orig_rep_hi) { in operator +=()
429 const int64_t orig_rep_hi = rep_hi_; in operator -=() local
437 if (rhs.rep_hi_ < 0 ? rep_hi_ < orig_rep_hi : rep_hi_ > orig_rep_hi) { in operator -=()