Home
last modified time | relevance | path

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

/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/
Dsafe_math_impl.h56 bool CheckedAddImpl(T x, T y, T* result) {
97 is_valid &= CheckedAddImpl(static_cast<Promotion>(x),