Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/
Dnumeric_traits.hpp119 struct check_overflow : mpl::bool_<std::numeric_limits<T>::is_bounded> {}; struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/traits/
Dnumeric_traits.hpp116 struct check_overflow : mpl::bool_<std::numeric_limits<T>::is_bounded> {}; struct
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_array.py953 def check_overflow(self, lower, upper): member in NumberTest
/aosp_15_r20/external/rust/android-crates-io/crates/serde/src/de/
Dimpls.rs2086 fn check_overflow<E>(secs: u64, nanos: u32) -> Result<(), E> in deserialize() function
2225 fn check_overflow<E>(secs: u64, nanos: u32) -> Result<(), E> in deserialize() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde-1.0.197/src/de/
H A Dimpls.rs2086 fn check_overflow<E>(secs: u64, nanos: u32) -> Result<(), E> in deserialize() function
2225 fn check_overflow<E>(secs: u64, nanos: u32) -> Result<(), E> in deserialize() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_array.py1266 def check_overflow(self, lower, upper): member in NumberTest