Home
last modified time | relevance | path

Searched refs:check_overflow (Results 1 – 10 of 10) sorted by relevance

/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/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/rust/android-crates-io/crates/serde/src/de/
Dimpls.rs2086 fn check_overflow<E>(secs: u64, nanos: u32) -> Result<(), E> in deserialize() function
2122 tri!(check_overflow(secs, nanos)); in deserialize()
2156 tri!(check_overflow(secs, nanos)); in deserialize()
2225 fn check_overflow<E>(secs: u64, nanos: u32) -> Result<(), E> in deserialize() function
2261 tri!(check_overflow(secs, nanos)); in deserialize()
2299 tri!(check_overflow(secs, nanos)); in deserialize()
/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
2122 tri!(check_overflow(secs, nanos)); in deserialize()
2156 tri!(check_overflow(secs, nanos)); in deserialize()
2225 fn check_overflow<E>(secs: u64, nanos: u32) -> Result<(), E> in deserialize() function
2261 tri!(check_overflow(secs, nanos)); in deserialize()
2299 tri!(check_overflow(secs, nanos)); in deserialize()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_array.py1266 def check_overflow(self, lower, upper): member in NumberTest
1337 self.check_overflow(lower, upper)
1338 self.check_overflow(Intable(lower), Intable(upper))
1350 self.check_overflow(lower, upper)
1351 self.check_overflow(Intable(lower), Intable(upper))
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/numeric_utils/detail/
Dextract_int.hpp246 && traits::check_overflow<T>::value in call()
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_array.py953 def check_overflow(self, lower, upper): member in NumberTest
998 self.check_overflow(lower, upper)
1010 self.check_overflow(lower, upper)
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/numeric/detail/
Dnumeric_utils.hpp250 && traits::check_overflow<T>::value in call()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/doc/x3/
Dchangelog.qbk95 *[/^] [*Note:] The `check_overflow` trait default implementation now relies on
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/doc/
Dwhat_s_new.qbk72 * The `check_overflow` trait default implementation now relies on
75 *[/^] [*Note:] The `check_overflow` trait default implementation now relies on