Searched refs:DecodeIndex (Results 1 – 2 of 2) sorted by relevance
130 static_assert(DecodeIndex(EncodeIndex(0u)) == 0u, "Index encoding error"); in ConstexprChecks()131 static_assert(DecodeIndex(EncodeIndex(1u)) == 1u, "Index encoding error"); in ConstexprChecks()132 static_assert(DecodeIndex(EncodeIndex(2u)) == 2u, "Index encoding error"); in ConstexprChecks()133 static_assert(DecodeIndex(EncodeIndex(3u)) == 3u, "Index encoding error"); in ConstexprChecks()
355 static constexpr uint32_t DecodeIndex(uintptr_t uref) { in DecodeIndex() function383 return DecodeIndex(reinterpret_cast<uintptr_t>(iref)); in ExtractIndex()