Searched refs:DecodeIndex (Results 1 – 2 of 2) sorted by relevance
137 static_assert(DecodeIndex(EncodeIndex(0u)) == 0u, "Index encoding error"); in ConstexprChecks()138 static_assert(DecodeIndex(EncodeIndex(1u)) == 1u, "Index encoding error"); in ConstexprChecks()139 static_assert(DecodeIndex(EncodeIndex(2u)) == 2u, "Index encoding error"); in ConstexprChecks()140 static_assert(DecodeIndex(EncodeIndex(3u)) == 3u, "Index encoding error"); in ConstexprChecks()
269 static constexpr uint32_t DecodeIndex(uintptr_t uref) { in DecodeIndex() function297 return DecodeIndex(reinterpret_cast<uintptr_t>(iref)); in ExtractIndex()