Searched defs:ClampedNumeric (Results 1 – 2 of 2) sorted by relevance
30 constexpr ClampedNumeric() : value_(0) {} in ClampedNumeric() function34 constexpr ClampedNumeric(const ClampedNumeric<Src> &rhs) : value_(saturated_cast<T>(rhs.value_)) in ClampedNumeric() function38 friend class ClampedNumeric; variable43 constexpr ClampedNumeric(Src value) // NOLINT(runtime/explicit) in ClampedNumeric() function52 constexpr ClampedNumeric(StrictNumeric<Src> value) // NOLINT(runtime/explicit) in ClampedNumeric() function
26 constexpr ClampedNumeric() : value_(0) {} in ClampedNumeric() function30 constexpr ClampedNumeric(const ClampedNumeric<Src>& rhs) in ClampedNumeric() function34 friend class ClampedNumeric; variable39 constexpr ClampedNumeric(Src value) // NOLINT(runtime/explicit) in ClampedNumeric() function47 constexpr ClampedNumeric( in ClampedNumeric() function