Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/third_party/base/numerics/
H A Dchecked_math.h34 constexpr CheckedNumeric(const CheckedNumeric<Src>& rhs) in CheckedNumeric() function
41 constexpr CheckedNumeric(T value) : state_(value) {} in CheckedNumeric() function
48 constexpr CheckedNumeric(Src value) : state_(value) {} in CheckedNumeric() function
54 constexpr CheckedNumeric(StrictNumeric<Src> value) in CheckedNumeric() function
249 constexpr CheckedNumeric(Src value, bool is_valid) in CheckedNumeric() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/numerics/
Dchecked_math.h33 constexpr CheckedNumeric(const CheckedNumeric<Src>& rhs) in CheckedNumeric() function
37 friend class CheckedNumeric; variable
42 constexpr CheckedNumeric(Src value) // NOLINT(runtime/explicit) in CheckedNumeric() function
50 constexpr CheckedNumeric( in CheckedNumeric() function
263 constexpr CheckedNumeric(Src value, bool is_valid) in CheckedNumeric() function
/aosp_15_r20/external/libchrome/base/numerics/
H A 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
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/numerics/
Dchecked_math.h33 constexpr CheckedNumeric(const CheckedNumeric<Src>& rhs) in CheckedNumeric() function
37 friend class CheckedNumeric; variable
42 constexpr CheckedNumeric(Src value) // NOLINT(runtime/explicit) in CheckedNumeric() function
50 constexpr CheckedNumeric( in CheckedNumeric() function
263 constexpr CheckedNumeric(Src value, bool is_valid) in CheckedNumeric() function
/aosp_15_r20/external/angle/src/common/base/anglebase/numerics/
H A 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
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/numerics/
H A Dchecked_math.h32 constexpr CheckedNumeric(const CheckedNumeric<Src>& rhs) in CheckedNumeric() function
38 constexpr CheckedNumeric(Src value) // NOLINT(runtime/explicit) in CheckedNumeric() function
46 constexpr CheckedNumeric( in CheckedNumeric() function
242 constexpr CheckedNumeric(Src value, bool is_valid) in CheckedNumeric() function
/aosp_15_r20/external/cronet/base/numerics/
H A Dchecked_math.h33 constexpr CheckedNumeric(const CheckedNumeric<Src>& rhs) in CheckedNumeric() function
40 constexpr CheckedNumeric(T value) : state_(value) {} in CheckedNumeric() function
53 constexpr CheckedNumeric(StrictNumeric<Src> value) in CheckedNumeric() function
246 constexpr CheckedNumeric(Src value, bool is_valid) in CheckedNumeric() function