Home
last modified time | relevance | path

Searched refs:has_exception (Results 1 – 8 of 8) sorted by relevance

/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_futures.cpp117 BOOST_CHECK(!fi2.has_exception()); in BOOST_AUTO_TEST_CASE()
146 BOOST_CHECK(fi3.has_exception()); in BOOST_AUTO_TEST_CASE()
156 BOOST_CHECK(!fi.has_exception()); in BOOST_AUTO_TEST_CASE()
181 BOOST_CHECK(!fi.has_exception()); in BOOST_AUTO_TEST_CASE()
214 BOOST_CHECK(!fi.has_exception()); in BOOST_AUTO_TEST_CASE()
232 BOOST_CHECK(!fi.has_exception()); in BOOST_AUTO_TEST_CASE()
262 BOOST_CHECK(!fi.has_exception()); in BOOST_AUTO_TEST_CASE()
278 BOOST_CHECK(!fi.has_exception()); in BOOST_AUTO_TEST_CASE()
328 BOOST_CHECK(fi.has_exception()); in BOOST_AUTO_TEST_CASE()
354 BOOST_CHECK(!f.has_exception()); in BOOST_AUTO_TEST_CASE()
[all …]
/external/rust/android-crates-io/crates/icu_casemap/src/
Dinternals.rs95 if !data.has_exception() { in simple_helper()
137 if !data.has_exception() { in simple_fold()
167 if !data.has_exception() { in dot_type()
180 if !data.has_exception() { in is_case_sensitive()
329 if !data.has_exception() { in full_helper()
585 if !data.has_exception() { in add_case_closure_to()
/external/rust/android-crates-io/crates/icu_casemap/src/provider/
Ddata.rs198 pub(crate) fn has_exception(self) -> bool { in has_exception() method
229 debug_assert!(!self.has_exception()); in delta()
241 debug_assert!(self.has_exception()); in exception_index()
Dmod.rs183 if data.has_exception() { in validate()
/external/sdv/vsomeip/third_party/boost/thread/doc/
Dfutures.qbk42 …link_text] [link thread.synchronization.futures.reference.unique_future.has_exception [link_text]]]
43 …ique_future_has_exception__ [unique_future_has_exception_link `boost::future<R>::has_exception()`]]
63 …link_text] [link thread.synchronization.futures.reference.shared_future.has_exception [link_text]]]
64 …ture_has_exception__ [shared_future_has_exception_link `boost::shared_future<R>::has_exception()`]]
131 assert(!fi.has_exception());
148 assert(!fi.has_exception());
Dfuture_ref.qbk382 bool has_exception() const; // EXTENSION
825 [section:has_exception Member function `has_exception()` EXTENSION]
827 bool has_exception() const;
1058 bool has_exception() const noexcept; // EXTENSION
1336 [section:has_exception Member function `has_exception()` EXTENSION]
1338 bool has_exception() const;
2530 - Returned future, has_value() = true or has_exception() depending on the prototype.
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/experimental/parallel/v2/
Dtask_region.hpp134 if (f.has_exception()) in BOOST_THREAD_INLINE_NAMESPACE()
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dfuture.hpp499 bool has_exception() const in has_exception() function
1408 bool has_exception() const in has_exception() function in boost::detail::basic_future
1410 return future_ && future_->has_exception(); in has_exception()
5415 if (wrapped.has_exception()) {
5430 if (unwrapped.has_exception()) {
5455 if (wrapped.has_exception()) {
5470 if (unwrapped.has_exception()) {