Searched refs:UIndex (Results 1 – 1 of 1) sorted by relevance
34 typedef typename std::make_unsigned<decltype(index + limit)>::type UIndex; in FastBoundsCheck() typedef35 return TF_PREDICT_TRUE(static_cast<UIndex>(index) < in FastBoundsCheck()36 static_cast<UIndex>(limit)); in FastBoundsCheck()