HomeSort by relevance Sort by last modified time
    Searched defs:IsValueInRangeForNumericType (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/base/
safe_conversions.h 26 inline bool IsValueInRangeForNumericType(Src value) {
35 RTC_CHECK(IsValueInRangeForNumericType<Dst>(value));
  /external/v8/src/base/
safe_conversions.h 21 inline bool IsValueInRangeForNumericType(Src value) {
31 CHECK(IsValueInRangeForNumericType<Dst>(value));
  /external/libchrome/base/numerics/
safe_conversions.h 33 // IsValueInRangeForNumericType<>() - A convenience function that returns true
53 constexpr bool IsValueInRangeForNumericType(Src value) {
80 return IsValueInRangeForNumericType<Dst, SrcType>(value)
  /external/pdfium/third_party/base/numerics/
safe_conversions.h 34 // IsValueInRangeForNumericType<>() - A convenience function that returns true
54 constexpr bool IsValueInRangeForNumericType(Src value) {
79 return IsValueInRangeForNumericType<Dst, SrcType>(value)

Completed in 205 milliseconds