Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/
H A Dsafe_numerics_unittest.cc1350 struct CastTest2 { struct
1351 static constexpr T NaN() { return 11; } in NaN()
1352 static constexpr T max() { return 10; } in max()
1353 static constexpr T Overflow() { return max(); } in Overflow()
1354 static constexpr T lowest() { return 1; } in lowest()
1355 static constexpr T Underflow() { return lowest(); } in Underflow()
/aosp_15_r20/external/cronet/base/
H A Dsafe_numerics_unittest.cc1439 struct CastTest2 { struct
1440 static constexpr T NaN() { return 11; } in NaN()
1441 static constexpr T max() { return 10; } in max()
1442 static constexpr T Overflow() { return max(); } in Overflow()
1443 static constexpr T lowest() { return 1; } in lowest()
1444 static constexpr T Underflow() { return lowest(); } in Underflow()