Home
last modified time | relevance | path

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

/third_party/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();
/third_party/boost/boost/test/tools/
Dassertion_result.hpp48 typedef void (dummy::*safe_bool)(); typedef in boost::test_tools::assertion_result
62 …operator safe_bool() const { return !!p_predicate_value ? &dummy::nonnull : 0… in operator safe_bool()
/third_party/boost/boost/iostreams/device/
Dmapped_file.hpp156 typedef int safe_bool_helper::* safe_bool; typedef in boost::iostreams::mapped_file_source
201 operator safe_bool() const;
230 typedef delegate_type::safe_bool safe_bool; typedef in boost::iostreams::mapped_file
301 operator safe_bool() const { return delegate_; } in operator safe_bool()
348 using mapped_file::operator safe_bool;
/third_party/boost/boost/parameter/aux_/
Dmaybe.hpp129 ::boost::parameter::aux::maybe<T>::*safe_bool typedef
132 inline operator safe_bool() const in operator safe_bool()
/third_party/boost/boost/spirit/home/classic/core/
Dmatch.hpp65 class match : public safe_bool<match<T> >
141 class match<nil_t> : public safe_bool<match<nil_t> >
Dsafe_bool.hpp39 struct safe_bool : BaseT struct
/third_party/boost/boost/ptr_container/detail/
Dstatic_move_ptr.hpp51 typedef int safe_bool_helper::* safe_bool; typedef in boost::ptr_container_detail::static_move_ptr
139 operator safe_bool() const { return ptr() ? &safe_bool_helper::x : 0; } in operator safe_bool()
/third_party/boost/boost/spirit/home/lex/lexer/lexertl/
Dstatic_lexer.hpp117 typedef void (dummy::*safe_bool)(); typedef in boost::spirit::lex::lexertl::static_lexer
121 operator safe_bool() const { return &dummy::true_; } in operator safe_bool()
Dlexer.hpp155 typedef void (dummy::*safe_bool)(); typedef in boost::spirit::lex::lexertl::lexer
160 operator safe_bool() const in operator safe_bool()
/third_party/boost/boost/logic/
Dtribool.hpp81 typedef void (dummy::*safe_bool)(); typedef in boost::logic::tribool
123 BOOST_CONSTEXPR operator safe_bool() const BOOST_NOEXCEPT in operator safe_bool()
/third_party/boost/libs/spirit/test/karma/
Dbool.cpp50 typedef void (dummy::*safe_bool)(); typedef
53 operator safe_bool () const { return b ? &dummy::true_ : 0; } in operator safe_bool()
/third_party/boost/boost/test/data/
Dsize.hpp36 typedef void (dummy::*safe_bool)(); typedef in boost::unit_test::data::size_t
47 operator safe_bool() const { return is_inf() || m_value != 0 ? &dummy::nonnull : 0; } in operator safe_bool()
/third_party/boost/boost/spirit/home/classic/iterator/
Dfile_iterator.hpp155 public safe_bool<file_iterator<CharT, BaseIteratorT> >
/third_party/boost/boost/function/
Dfunction_template.hpp886 typedef void (dummy::*safe_bool)(); typedef in boost::BOOST_FUNCTION_FUNCTION
889 operator safe_bool () const in operator safe_bool()
/third_party/boost/libs/iostreams/src/
Dmapped_file.cpp457 mapped_file_source::operator mapped_file_source::safe_bool() const in operator mapped_file_source::safe_bool()
/third_party/boost/boost/range/
Diterator_range_core.hpp172 typedef range_detail::safe_bool<