Searched refs:none_t (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/ |
| H A D | optional_relops.hpp | 131 bool operator == ( optional<T> const& x, none_t ) BOOST_NOEXCEPT in operator ==() argument 136 bool operator < ( optional<T> const& x, none_t ) in operator <() argument 141 bool operator != ( optional<T> const& x, none_t ) BOOST_NOEXCEPT in operator !=() argument 146 bool operator > ( optional<T> const& x, none_t y ) in operator >() 151 bool operator <= ( optional<T> const& x, none_t y ) in operator <=() 156 bool operator >= ( optional<T> const& x, none_t y ) in operator >=() 165 bool operator == ( none_t , optional<T> const& y ) BOOST_NOEXCEPT in operator ==() argument 170 bool operator < ( none_t , optional<T> const& y ) in operator <() argument 175 bool operator != ( none_t, optional<T> const& y ) BOOST_NOEXCEPT in operator !=() argument 180 bool operator > ( none_t x, optional<T> const& y ) in operator >() [all …]
|
| H A D | old_optional_implementation.hpp | 126 optional_base ( none_t ) in optional_base() argument 310 void assign ( none_t ) BOOST_NOEXCEPT { destroy(); } in assign() argument 671 optional( none_t none_ ) BOOST_NOEXCEPT : base(none_) {} in optional() 733 … boost::is_same<BOOST_DEDUCED_TYPENAME boost::decay<Expr>::type, none_t>::value >::type* = 0 in optional() 768 boost::is_same<BOOST_DEDUCED_TYPENAME boost::decay<Expr>::type, none_t>::value, 850 optional& operator= ( none_t none_ ) BOOST_NOEXCEPT in operator =()
|
| H A D | optional_reference_spec.hpp | 127 optional(none_t) BOOST_NOEXCEPT : ptr_() {} in optional() argument 145 optional& operator=(none_t) BOOST_NOEXCEPT { ptr_ = 0; return *this; } in operator =() argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | none.hpp | 26 none_t const none = (static_cast<none_t>(0)) ; 47 const none_t& none = detail::optional_detail::none_instance<none_t>::instance; 52 const none_t none ((none_t::init_tag()));
|
| H A D | none_t.hpp | 21 typedef int detail::none_helper::*none_t ; typedef 25 class none_t {}; 29 struct none_t 32 explicit none_t(init_tag){} // to disable default constructor
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/ |
| H A D | optional.hpp | 121 optional_base ( none_t ) in optional_base() argument 305 void assign ( none_t ) BOOST_NOEXCEPT { destroy(); } in assign() argument 730 || boost::is_same<BOOST_DEDUCED_TYPENAME boost::decay<U>::type, none_t>::value 796 optional( none_t none_ ) BOOST_NOEXCEPT : base(none_) {} in optional() 994 optional& operator= ( none_t none_ ) BOOST_NOEXCEPT in operator =()
|