Lines Matching refs:using
100 using SrcType = typename internal::UnderlyingType<Src>::type;
117 using SrcType = typename internal::UnderlyingType<Src>::type;
133 using std::numeric_limits<T>::max;
139 using std::numeric_limits<T>::lowest;
212 using SrcType = typename UnderlyingType<Src>::type;
229 using SrcType = typename UnderlyingType<Src>::type;
276 using type = T;
347 using internal::as_signed;
348 using internal::as_unsigned;
349 using internal::checked_cast;
350 using internal::IsTypeInRangeForNumericType;
351 using internal::IsValueInRangeForNumericType;
352 using internal::IsValueNegative;
353 using internal::MakeStrictNum;
354 using internal::SafeUnsignedAbs;
355 using internal::saturated_cast;
356 using internal::strict_cast;
357 using internal::StrictNumeric;
360 using SizeT = StrictNumeric<size_t>;