Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_math.h62 CheckedNumeric() {} in CheckedNumeric() function
66 CheckedNumeric(const CheckedNumeric<Src> &rhs) : state_(rhs.ValueUnsafe(), rhs.validity()) in CheckedNumeric() function
70 CheckedNumeric(Src value, RangeConstraint validity) : state_(value, validity) in CheckedNumeric() function
76 CheckedNumeric(Src value) // NOLINT(runtime/explicit) in CheckedNumeric() function
85 CheckedNumeric(StrictNumeric<Src> value) // NOLINT(runtime/explicit) in CheckedNumeric() function
/third_party/gn/src/base/numerics/
Dchecked_math.h30 constexpr CheckedNumeric(const CheckedNumeric<Src>& rhs) in CheckedNumeric() function
34 friend class CheckedNumeric; variable
39 constexpr CheckedNumeric(Src value) // NOLINT(runtime/explicit) in CheckedNumeric() function
47 constexpr CheckedNumeric( in CheckedNumeric() function
260 constexpr CheckedNumeric(Src value, bool is_valid) in CheckedNumeric() function
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dchecked_math.h37 constexpr CheckedNumeric(const CheckedNumeric<Src> &rhs) in CheckedNumeric() function
44 constexpr CheckedNumeric(Src value) // NOLINT(runtime/explicit) in CheckedNumeric() function
53 constexpr CheckedNumeric(StrictNumeric<Src> value) // NOLINT(runtime/explicit) in CheckedNumeric() function
257 constexpr CheckedNumeric(Src value, bool is_valid) : state_(value, is_valid) in CheckedNumeric() function