Home
last modified time | relevance | path

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

/external/v8/src/base/
Dsafe_conversions.h21 inline bool IsValueInRangeForNumericType(Src value) { in IsValueInRangeForNumericType() function
31 CHECK(IsValueInRangeForNumericType<Dst>(value)); in checked_cast()
/external/pdfium/third_party/base/numerics/
Dsafe_conversions.h19 inline bool IsValueInRangeForNumericType(Src value) { in IsValueInRangeForNumericType() function
29 CHECK(IsValueInRangeForNumericType<Dst>(value)); in checked_cast()