Home
last modified time | relevance | path

Searched refs:px_ (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/exception/
Dexception.hpp45 px_(0) in refcount_ptr()
55 px_(x.px_) in refcount_ptr()
63 adopt(x.px_); in operator =()
71 px_=px; in adopt()
78 return px_; in get()
83 T * px_; member in boost::exception_detail::refcount_ptr
88 if( px_ ) in add_ref()
89 px_->add_ref(); in add_ref()
95 if( px_ && px_->release() ) in release()
96 px_=0; in release()
/third_party/boost/libs/smart_ptr/test/
Dweak_from_test2.cpp19 boost::weak_ptr<X> px_; member in X
37 px_ = p2; in check()
45 BOOST_TEST( !(px_ < p3) && !(p3 < px_) ); in ~X()
Dweak_from_this_test2.cpp22 boost::weak_ptr<X> px_; member in X
40 px_ = p2; in check()
48 BOOST_TEST( !(px_ < p3) && !(p3 < px_) ); in ~X()
/third_party/boost/boost/smart_ptr/detail/
Dsp_counted_impl.hpp68 X * px_; member in boost::detail::sp_counted_impl_p
77 explicit sp_counted_impl_p( X * px ): px_( px ) in sp_counted_impl_p()
87 boost::sp_scalar_destructor_hook( px_, sizeof(X), this ); in dispose()
89 boost::checked_delete( px_ ); in dispose()
/third_party/boost/boost/smart_ptr/
Dshared_ptr.hpp358 …ternal_constructor_tag, element_type * px_, boost::detail::shared_count const & pn_ ) BOOST_SP_NOE… in shared_ptr() argument
364 …_internal_constructor_tag, element_type * px_, boost::detail::shared_count && pn_ ) BOOST_SP_NOEXC… in shared_ptr() argument
Dlocal_shared_ptr.hpp152 …ternal_constructor_tag, element_type * px_, boost::detail::local_counted_base * pn_ ) BOOST_SP_NOE… in local_shared_ptr() argument