Searched defs:sp_nullptr_t (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/ |
D | allocate_unique.hpp | 82 sp_alloc_ptr(detail::sp_nullptr_t) BOOST_SP_NOEXCEPT in sp_alloc_ptr() 137 sp_alloc_ptr(detail::sp_nullptr_t) BOOST_SP_NOEXCEPT in sp_alloc_ptr() 188 sp_alloc_ptr(detail::sp_nullptr_t) BOOST_SP_NOEXCEPT in sp_alloc_ptr() 244 detail::sp_nullptr_t) BOOST_SP_NOEXCEPT in operator ==() 251 operator==(detail::sp_nullptr_t, in operator ==() 260 detail::sp_nullptr_t) BOOST_SP_NOEXCEPT in operator !=() 267 operator!=(detail::sp_nullptr_t, in operator !=()
|
D | scoped_array.hpp | 103 template<class T> inline bool operator==( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==() 108 template<class T> inline bool operator==( boost::detail::sp_nullptr_t, scoped_array<T> const & p ) … in operator ==() 113 template<class T> inline bool operator!=( scoped_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator !=() 118 template<class T> inline bool operator!=( boost::detail::sp_nullptr_t, scoped_array<T> const & p ) … in operator !=()
|
D | shared_array.hpp | 63 shared_array( boost::detail::sp_nullptr_t ) BOOST_SP_NOEXCEPT : px( 0 ), pn() in shared_array() 254 template<class T> inline bool operator==( shared_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator ==() 259 template<class T> inline bool operator==( boost::detail::sp_nullptr_t, shared_array<T> const & p ) … in operator ==() 264 template<class T> inline bool operator!=( shared_array<T> const & p, boost::detail::sp_nullptr_t ) … in operator !=() 269 template<class T> inline bool operator!=( boost::detail::sp_nullptr_t, shared_array<T> const & p ) … in operator !=()
|
D | scoped_ptr.hpp | 127 template<class T> inline bool operator==( scoped_ptr<T> const & p, boost::detail::sp_nullptr_t ) BO… in operator ==() 132 template<class T> inline bool operator==( boost::detail::sp_nullptr_t, scoped_ptr<T> const & p ) BO… in operator ==() 137 template<class T> inline bool operator!=( scoped_ptr<T> const & p, boost::detail::sp_nullptr_t ) BO… in operator !=() 142 template<class T> inline bool operator!=( boost::detail::sp_nullptr_t, scoped_ptr<T> const & p ) BO… in operator !=()
|
D | local_shared_ptr.hpp | 145 …BOOST_CONSTEXPR local_shared_ptr( boost::detail::sp_nullptr_t ) BOOST_SP_NOEXCEPT : px( 0 ), pn( 0… in local_shared_ptr() 354 local_shared_ptr & operator=( boost::detail::sp_nullptr_t ) BOOST_SP_NOEXCEPT in operator =() 518 …lass T> inline bool operator==( local_shared_ptr<T> const & p, boost::detail::sp_nullptr_t ) BOOST… in operator ==() 523 template<class T> inline bool operator==( boost::detail::sp_nullptr_t, local_shared_ptr<T> const & … in operator ==() 528 …lass T> inline bool operator!=( local_shared_ptr<T> const & p, boost::detail::sp_nullptr_t ) BOOST… in operator !=() 533 template<class T> inline bool operator!=( boost::detail::sp_nullptr_t, local_shared_ptr<T> const & … in operator !=()
|
D | intrusive_ptr.hpp | 261 template<class T> inline bool operator==( intrusive_ptr<T> const & p, boost::detail::sp_nullptr_t )… in operator ==() 266 template<class T> inline bool operator==( boost::detail::sp_nullptr_t, intrusive_ptr<T> const & p )… in operator ==() 271 template<class T> inline bool operator!=( intrusive_ptr<T> const & p, boost::detail::sp_nullptr_t )… in operator !=() 276 template<class T> inline bool operator!=( boost::detail::sp_nullptr_t, intrusive_ptr<T> const & p )… in operator !=()
|
D | shared_ptr.hpp | 352 BOOST_CONSTEXPR shared_ptr( boost::detail::sp_nullptr_t ) BOOST_SP_NOEXCEPT : px( 0 ), pn() in shared_ptr() 677 shared_ptr & operator=( boost::detail::sp_nullptr_t ) BOOST_SP_NOEXCEPT in operator =() 855 template<class T> inline bool operator==( shared_ptr<T> const & p, boost::detail::sp_nullptr_t ) BO… in operator ==() 860 template<class T> inline bool operator==( boost::detail::sp_nullptr_t, shared_ptr<T> const & p ) BO… in operator ==() 865 template<class T> inline bool operator!=( shared_ptr<T> const & p, boost::detail::sp_nullptr_t ) BO… in operator !=() 870 template<class T> inline bool operator!=( boost::detail::sp_nullptr_t, shared_ptr<T> const & p ) BO… in operator !=()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/detail/ |
D | sp_nullptr_t.hpp | 31 typedef decltype(nullptr) sp_nullptr_t; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/ |
D | sp_nullptr_test.cpp | 41 void f( boost::detail::sp_nullptr_t ) in f()
|
D | local_sp_test.cpp | 231 void deleter3( boost::detail::sp_nullptr_t ) in deleter3()
|