Home
last modified time | relevance | path

Searched refs:CheckedAddImpl (Results 1 – 8 of 8) sorted by relevance

/external/cronet/tot/base/numerics/
Dchecked_math_impl.h24 constexpr bool CheckedAddImpl(T x, T y, T* result) { in CheckedAddImpl() function
74 is_valid = CheckedAddImpl(static_cast<Promotion>(x),
/external/cronet/stable/base/numerics/
Dchecked_math_impl.h24 constexpr bool CheckedAddImpl(T x, T y, T* result) { in CheckedAddImpl() function
74 is_valid = CheckedAddImpl(static_cast<Promotion>(x),
/external/libchrome/base/numerics/
Dchecked_math_impl.h24 constexpr bool CheckedAddImpl(T x, T y, T* result) { in CheckedAddImpl() function
75 is_valid = CheckedAddImpl(static_cast<Promotion>(x),
/external/pdfium/third_party/base/numerics/
Dchecked_math_impl.h25 constexpr bool CheckedAddImpl(T x, T y, T* result) { in CheckedAddImpl() function
77 is_valid = CheckedAddImpl(static_cast<Promotion>(x),
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/numerics/
Dchecked_math_impl.h22 constexpr bool CheckedAddImpl(T x, T y, T* result) { in CheckedAddImpl() function
76 is_valid = CheckedAddImpl(static_cast<Promotion>(x),
/external/angle/src/common/base/anglebase/numerics/
Dchecked_math_impl.h28 constexpr bool CheckedAddImpl(T x, T y, T *result) in CheckedAddImpl() function
87 CheckedAddImpl(static_cast<Promotion>(x), static_cast<Promotion>(y), &presult);
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/numerics/
Dchecked_math_impl.h22 constexpr bool CheckedAddImpl(T x, T y, T* result) { in CheckedAddImpl() function
76 is_valid = CheckedAddImpl(static_cast<Promotion>(x),
/external/pdfium/core/fxcrt/numerics/
Dchecked_math_impl.h24 constexpr bool CheckedAddImpl(T x, T y, T* result) { in CheckedAddImpl() function
76 is_valid = CheckedAddImpl(static_cast<Promotion>(x),