Lines Matching refs:using
84 using SrcType = typename internal::UnderlyingType<Src>::type;
102 using SrcType = typename internal::UnderlyingType<Src>::type;
118 using std::numeric_limits<T>::max;
124 using std::numeric_limits<T>::lowest;
188 using SrcType = typename UnderlyingType<Src>::type;
205 using SrcType = typename UnderlyingType<Src>::type;
252 using type = T;
322 using internal::as_signed;
323 using internal::as_unsigned;
324 using internal::checked_cast;
325 using internal::IsTypeInRangeForNumericType;
326 using internal::IsValueInRangeForNumericType;
327 using internal::IsValueNegative;
328 using internal::MakeStrictNum;
329 using internal::SafeUnsignedAbs;
330 using internal::saturated_cast;
331 using internal::strict_cast;
332 using internal::StrictNumeric;
335 using SizeT = StrictNumeric<size_t>;