Searched refs:has_exception (Results 1 – 8 of 8) sorted by relevance
117 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 …]
95 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()
198 pub(crate) fn has_exception(self) -> bool { in has_exception() method229 debug_assert!(!self.has_exception()); in delta()241 debug_assert!(self.has_exception()); in exception_index()
183 if data.has_exception() { in validate()
42 …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());
382 bool has_exception() const; // EXTENSION825 [section:has_exception Member function `has_exception()` EXTENSION]827 bool has_exception() const;1058 bool has_exception() const noexcept; // EXTENSION1336 [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.
134 if (f.has_exception()) in BOOST_THREAD_INLINE_NAMESPACE()
499 bool has_exception() const in has_exception() function1408 bool has_exception() const in has_exception() function in boost::detail::basic_future1410 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()) {