Home
last modified time | relevance | path

Searched refs:safe_bool (Results 1 – 5 of 5) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
Dsafe_bool.hpp22 class safe_bool class
25 typedef safe_bool this_type;
63 safe_bool();
64 safe_bool(const safe_bool&);
65 void operator=(const safe_bool&);
66 ~safe_bool();
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dpredicate_result.hpp45 typedef void (dummy::*safe_bool)(); typedef in boost::test_tools::predicate_result
59 …operator safe_bool() const { return !!p_predicate_value ? &dummy::nonnull : 0… in operator safe_bool()
Dmock_object.hpp141 typedef void (dummy::*safe_bool)(); typedef in boost::itest::mock_object
238 operator safe_bool() const in operator safe_bool()
240 MO_OP_IMPL( safe_bool, "Bool context conversion", in operator safe_bool()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
Doptional.hpp442 …unspecified_bool_type safe_bool() const { return m_initialized ? &this_type::is_initialized : 0 ; } in safe_bool() function in boost::optional_detail::optional_base
651 operator unspecified_bool_type() const { return this->safe_bool() ; } in operator unspecified_bool_type()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
Diterator_range_core.hpp127 typedef range_detail::safe_bool< IteratorT iterator_range<IteratorT>::* > safe_bool_t;