Searched refs:MainType (Results 1 – 3 of 3) sorted by relevance
191 typedef internal::IntTraits<int>::MainType MainType; in format_error_code() typedef192 MainType abs_value = static_cast<MainType>(error_code); in format_error_code()
902 TypeSelector<std::numeric_limits<T>::digits <= 32>::Type MainType;2476 typedef typename internal::IntTraits<Int>::MainType MainType;2477 MainType abs_value = static_cast<MainType>(value);2836 typedef typename internal::IntTraits<T>::MainType UnsignedType;3389 typedef typename internal::IntTraits<T>::MainType MainType;3390 MainType abs_value = static_cast<MainType>(value);
161 typedef typename internal::IntTraits<T>::MainType UnsignedType;