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/ |
D | numeric_traits.hpp | 119 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/ |
D | numeric_traits.hpp | 116 struct check_overflow : mpl::bool_<std::numeric_limits<T>::is_bounded> {}; struct
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_array.py | 953 def check_overflow(self, lower, upper): member in NumberTest
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde/src/de/ |
D | impls.rs | 2086 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 D | impls.rs | 2086 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/ |
D | test_array.py | 1266 def check_overflow(self, lower, upper): member in NumberTest
|