Searched refs:DstTypeUnsigned (Results 1 – 1 of 1) sorted by relevance
275 using DstTypeUnsigned = typename std::make_unsigned<DstType>::type; in CopyChars() local286 auto* dst_u = reinterpret_cast<DstTypeUnsigned*>(dst); in CopyChars()