/third_party/boost/boost/range/detail/ |
D | safe_bool.hpp | 22 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/ |
D | assertion_result.hpp | 48 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/ |
D | mapped_file.hpp | 156 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_/ |
D | maybe.hpp | 129 ::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/ |
D | match.hpp | 65 class match : public safe_bool<match<T> > 141 class match<nil_t> : public safe_bool<match<nil_t> >
|
D | safe_bool.hpp | 39 struct safe_bool : BaseT struct
|
/third_party/boost/boost/ptr_container/detail/ |
D | static_move_ptr.hpp | 51 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/ |
D | static_lexer.hpp | 117 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()
|
D | lexer.hpp | 155 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/ |
D | tribool.hpp | 81 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/ |
D | bool.cpp | 50 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/ |
D | size.hpp | 36 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/ |
D | file_iterator.hpp | 155 public safe_bool<file_iterator<CharT, BaseIteratorT> >
|
/third_party/boost/boost/function/ |
D | function_template.hpp | 886 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/ |
D | mapped_file.cpp | 457 mapped_file_source::operator mapped_file_source::safe_bool() const in operator mapped_file_source::safe_bool()
|
/third_party/boost/boost/range/ |
D | iterator_range_core.hpp | 172 typedef range_detail::safe_bool<
|