Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/numerics/
H A 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
40 constexpr ClampedNumeric(T value) : value_(value) {} in ClampedNumeric() function
46 constexpr ClampedNumeric(Src value) : value_(saturated_cast<T>(value)) { in ClampedNumeric() function
54 constexpr ClampedNumeric(StrictNumeric<Src> value) in ClampedNumeric() function
H A Dostream_operators.h14 class ClampedNumeric; variable
/aosp_15_r20/external/pdfium/third_party/base/numerics/
H A Dclamped_math.h27 constexpr ClampedNumeric() : value_(0) {} in ClampedNumeric() function
31 constexpr ClampedNumeric(const ClampedNumeric<Src>& rhs) in ClampedNumeric() function
35 friend class ClampedNumeric; variable
41 constexpr ClampedNumeric(T value) : value_(value) {} in ClampedNumeric() function
47 constexpr ClampedNumeric(Src value) : value_(saturated_cast<T>(value)) { in ClampedNumeric() function
55 constexpr ClampedNumeric(StrictNumeric<Src> value) in ClampedNumeric() function
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/numerics/
H A Dclamped_math.h25 constexpr ClampedNumeric() : value_(0) {} in ClampedNumeric() function
29 constexpr ClampedNumeric(const ClampedNumeric<Src>& rhs) in ClampedNumeric() function
33 friend class ClampedNumeric; variable
38 constexpr ClampedNumeric(Src value) // NOLINT(runtime/explicit) in ClampedNumeric() function
46 constexpr ClampedNumeric( in ClampedNumeric() function
/aosp_15_r20/external/libchrome/base/numerics/
H A 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
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/numerics/
Dclamped_math.h29 constexpr ClampedNumeric() : value_(0) {} in ClampedNumeric() function
33 constexpr ClampedNumeric(const ClampedNumeric<Src>& rhs) in ClampedNumeric() function
37 friend class ClampedNumeric; variable
42 constexpr ClampedNumeric(Src value) // NOLINT(runtime/explicit) in ClampedNumeric() function
50 constexpr ClampedNumeric( in ClampedNumeric() function
/aosp_15_r20/external/angle/src/common/base/anglebase/numerics/
H A Dclamped_math.h30 constexpr ClampedNumeric() : value_(0) {} in ClampedNumeric() function
34 constexpr ClampedNumeric(const ClampedNumeric<Src> &rhs) : value_(saturated_cast<T>(rhs.value_)) in ClampedNumeric() function
38 friend class ClampedNumeric; variable
43 constexpr ClampedNumeric(Src value) // NOLINT(runtime/explicit) in ClampedNumeric() function
52 constexpr ClampedNumeric(StrictNumeric<Src> value) // NOLINT(runtime/explicit) in ClampedNumeric() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/numerics/
Dclamped_math.h29 constexpr ClampedNumeric() : value_(0) {} in ClampedNumeric() function
33 constexpr ClampedNumeric(const ClampedNumeric<Src>& rhs) in ClampedNumeric() function
37 friend class ClampedNumeric; variable
42 constexpr ClampedNumeric(Src value) // NOLINT(runtime/explicit) in ClampedNumeric() function
50 constexpr ClampedNumeric( in ClampedNumeric() function