Searched refs:DecodeIndex (Results 1 – 2 of 2) sorted by relevance
125 static_assert(DecodeIndex(EncodeIndex(0u)) == 0u, "Index encoding error"); in ConstexprChecks()126 static_assert(DecodeIndex(EncodeIndex(1u)) == 1u, "Index encoding error"); in ConstexprChecks()127 static_assert(DecodeIndex(EncodeIndex(2u)) == 2u, "Index encoding error"); in ConstexprChecks()128 static_assert(DecodeIndex(EncodeIndex(3u)) == 3u, "Index encoding error"); in ConstexprChecks()
347 static constexpr uint32_t DecodeIndex(uintptr_t uref) { in DecodeIndex() function375 return DecodeIndex(reinterpret_cast<uintptr_t>(iref)); in ExtractIndex()