Searched defs:IsValueInRangeForNumericType (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/base/
H A Dsafe_conversions.h21 inline bool IsValueInRangeForNumericType(Src value) { function in namespace:v8::base
31 CHECK(IsValueInRangeForNumericType<Dst>(value));
/external/webrtc/webrtc/base/
H A Dsafe_conversions.h26 inline bool IsValueInRangeForNumericType(Src value) { function in namespace:rtc
35 RTC_CHECK(IsValueInRangeForNumericType<Dst>(value));
/external/libchrome/base/numerics/
H A Dsafe_conversions.h33 // IsValueInRangeForNumericType<>() - A convenience function that returns true
53 constexpr bool IsValueInRangeForNumericType(Src value) { function in namespace:base
80 return IsValueInRangeForNumericType<Dst, SrcType>(value)
/external/pdfium/third_party/base/numerics/
H A Dsafe_conversions.h34 // IsValueInRangeForNumericType<>() - A convenience function that returns true
54 constexpr bool IsValueInRangeForNumericType(Src value) { function in namespace:pdfium::base
79 return IsValueInRangeForNumericType<Dst, SrcType>(value)

Completed in 230 milliseconds