Home
last modified time | relevance | path

Searched refs:UnsignedMemoryType (Results 1 – 1 of 1) sorted by relevance

/art/libdexfile/dex/
Dutf.h104 using UnsignedMemoryType = std::make_unsigned_t<MemoryType>; in ComputeUtf16Hash() local
107 hash = hash * 31 + static_cast<UnsignedMemoryType>(*chars++); in ComputeUtf16Hash()