Searched refs:UnsignedMemoryType (Results 1 – 1 of 1) sorted by relevance
104 using UnsignedMemoryType = std::make_unsigned_t<MemoryType>; in ComputeUtf16Hash() local107 hash = hash * 31 + static_cast<UnsignedMemoryType>(*chars++); in ComputeUtf16Hash()