Home
last modified time | relevance | path

Searched defs:ClampedNumeric (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/numerics/
Dclamped_math.h26 constexpr ClampedNumeric() : value_(0) {} in ClampedNumeric() function
30 constexpr ClampedNumeric(const ClampedNumeric<Src>& rhs) in ClampedNumeric() function
34 friend class ClampedNumeric; variable
39 constexpr ClampedNumeric(Src value) // NOLINT(runtime/explicit) in ClampedNumeric() function
47 constexpr ClampedNumeric( in ClampedNumeric() function