Searched defs:ClampedNumeric (Results 1 – 8 of 8) sorted by relevance
26 constexpr ClampedNumeric() : value_(0) {} in ClampedNumeric() function30 constexpr ClampedNumeric(const ClampedNumeric<Src>& rhs) in ClampedNumeric() function34 friend class ClampedNumeric; variable40 constexpr ClampedNumeric(T value) : value_(value) {} in ClampedNumeric() function46 constexpr ClampedNumeric(Src value) : value_(saturated_cast<T>(value)) { in ClampedNumeric() function54 constexpr ClampedNumeric(StrictNumeric<Src> value) in ClampedNumeric() function
14 class ClampedNumeric; variable
27 constexpr ClampedNumeric() : value_(0) {} in ClampedNumeric() function31 constexpr ClampedNumeric(const ClampedNumeric<Src>& rhs) in ClampedNumeric() function35 friend class ClampedNumeric; variable41 constexpr ClampedNumeric(T value) : value_(value) {} in ClampedNumeric() function47 constexpr ClampedNumeric(Src value) : value_(saturated_cast<T>(value)) { in ClampedNumeric() function55 constexpr ClampedNumeric(StrictNumeric<Src> value) in ClampedNumeric() function
25 constexpr ClampedNumeric() : value_(0) {} in ClampedNumeric() function29 constexpr ClampedNumeric(const ClampedNumeric<Src>& rhs) in ClampedNumeric() function33 friend class ClampedNumeric; variable38 constexpr ClampedNumeric(Src value) // NOLINT(runtime/explicit) in ClampedNumeric() function46 constexpr ClampedNumeric( 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
29 constexpr ClampedNumeric() : value_(0) {} in ClampedNumeric() function33 constexpr ClampedNumeric(const ClampedNumeric<Src>& rhs) in ClampedNumeric() function37 friend class ClampedNumeric; variable42 constexpr ClampedNumeric(Src value) // NOLINT(runtime/explicit) in ClampedNumeric() function50 constexpr ClampedNumeric( in ClampedNumeric() function
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