Home
last modified time | relevance | path

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

/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
/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
/external/python/cpython2/Lib/test/
Dtest_array.py953 def check_overflow(self, lower, upper): member in NumberTest
/external/python/cpython3/Lib/test/
Dtest_array.py1266 def check_overflow(self, lower, upper): member in NumberTest
/external/rust/crates/serde/src/de/
Dimpls.rs2027 fn check_overflow<E>(secs: u64, nanos: u32) -> Result<(), E> in deserialize() function
2165 fn check_overflow<E>(secs: u64, nanos: u32) -> Result<(), E> in deserialize() function