Searched refs:TType (Results 1 – 1 of 1) sorted by relevance
33 template <typename TType, typename CType>35 static_assert(sizeof(TType) < sizeof(CType)); in getBase()37 return std::numeric_limits<TType>::max() + 1; in getBase()80 using TType = uint8_t; in TEST() typedef82 static constexpr CType max = std::numeric_limits<TType>::max(); in TEST()85 testPair<TType, CType>(i, static_cast<int64_t>(j)); in TEST()93 using TType = uint8_t; in TEST() typedef95 static constexpr CType max = std::numeric_limits<TType>::max(); in TEST()98 testPair<TType, CType>(i, static_cast<int64_t>(j)); in TEST()