Searched refs:px_ (Results 1 – 2 of 2) sorted by relevance
28 px_(0) in refcount_ptr()38 px_(x.px_) in refcount_ptr()46 adopt(x.px_); in operator =()54 px_=px; in adopt()61 return px_; in get()66 T * px_; member in boost::exception_detail::refcount_ptr71 if( px_ ) in add_ref()72 px_->add_ref(); in add_ref()78 if( px_ && px_->release() ) in release()79 px_=0; in release()
57 X * px_; member in boost::detail::sp_counted_impl_p66 explicit sp_counted_impl_p( X * px ): px_( px ) in sp_counted_impl_p()76 boost::sp_scalar_destructor_hook( px_, sizeof(X), this ); in dispose()78 boost::checked_delete( px_ ); in dispose()