Home
last modified time | relevance | path

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/
Dallocate_unique.hpp82 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 !=()
Dscoped_array.hpp103 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 !=()
Dshared_array.hpp63 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 !=()
Dscoped_ptr.hpp127 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 !=()
Dlocal_shared_ptr.hpp145 …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 !=()
Dintrusive_ptr.hpp261 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 !=()
Dshared_ptr.hpp352 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/
Dsp_nullptr_t.hpp31 typedef decltype(nullptr) sp_nullptr_t; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dsp_nullptr_test.cpp41 void f( boost::detail::sp_nullptr_t ) in f()
Dlocal_sp_test.cpp231 void deleter3( boost::detail::sp_nullptr_t ) in deleter3()