Searched defs:ClampedNumeric (Results 1 – 1 of 1) sorted by relevance
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