Searched refs:TypeIdentity (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dutils.h166 struct TypeIdentity { struct in namespace:art
172 static constexpr T RoundDown(T x, typename TypeIdentity<T>::type n) WARN_UNUSED;
175 static constexpr T RoundDown(T x, typename TypeIdentity<T>::type n) {
182 static constexpr T RoundUp(T x, typename TypeIdentity<T>::type n) WARN_UNUSED;
185 static constexpr T RoundUp(T x, typename TypeIdentity<T>::type n) {

Completed in 89 milliseconds