Searched refs:IsValueInRangeForNumericType (Results 1 – 6 of 6) sorted by relevance
18 inline bool IsValueInRangeForNumericType(Src value) { in IsValueInRangeForNumericType() function28 CHECK(IsValueInRangeForNumericType<Dst>(value)); in checked_cast()
21 inline bool IsValueInRangeForNumericType(Src value) { in IsValueInRangeForNumericType() function31 CHECK(IsValueInRangeForNumericType<Dst>(value)); in checked_cast()
49 !base::IsValueInRangeForNumericType<off_t>(offset)) { in Map()52 if (!base::IsValueInRangeForNumericType<size_t>(length)) { in Map()112 if (!base::IsValueInRangeForNumericType<size_t>(length)) in Unmap()
35 inline bool IsValueInRangeForNumericType(Src value) { in IsValueInRangeForNumericType() function44 Check(IsValueInRangeForNumericType<Dst>(value)); in checked_cast()
176 if (base::IsValueInRangeForNumericType<int>(v)) in ExtractInt()
558 if (!base::IsValueInRangeForNumericType<int64>(value)) in ParseUInt()