Lines Matching refs:using
24 using type = T;
52 // A range checked destination type can be supplied using the Dst template
78 // A range checked destination type can be supplied using the Dst template
94 // A range checked destination type can be supplied using the Dst template
167 using R = typename UnderlyingType<U>::type;
168 using result_type = typename MathWrapper<CheckedMaxOp, T, U>::type;
182 using R = typename UnderlyingType<U>::type;
183 using result_type = typename MathWrapper<CheckedMinOp, T, U>::type;
231 using Math = typename MathWrapper<M, L, R>::math;
242 using Math = typename MathWrapper<M, T, R>::math;
324 using Math = typename MathWrapper<M, L, R>::math;
373 using internal::CheckAdd;
374 using internal::CheckAnd;
375 using internal::CheckDiv;
376 using internal::CheckedNumeric;
377 using internal::CheckLsh;
378 using internal::CheckMax;
379 using internal::CheckMin;
380 using internal::CheckMod;
381 using internal::CheckMul;
382 using internal::CheckOr;
383 using internal::CheckRsh;
384 using internal::CheckSub;
385 using internal::CheckXor;
386 using internal::IsValidForType;
387 using internal::MakeCheckedNum;
388 using internal::ValueOrDefaultForType;
389 using internal::ValueOrDieForType;