Home
last modified time | relevance | path

Searched defs:CastTest2 (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/numerics/
Dsafe_numerics_unittest.cc927 struct CastTest2 { struct
928 static constexpr T NaN() { return 11; } in NaN()
929 static constexpr T max() { return 10; } in max()
930 static constexpr T Overflow() { return max(); } in Overflow()
931 static constexpr T lowest() { return 1; } in lowest()
932 static constexpr T Underflow() { return lowest(); } in Underflow()