Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
Dexception.hpp28 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_ptr
71 if( px_ ) in add_ref()
72 px_->add_ref(); in add_ref()
78 if( px_ && px_->release() ) in release()
79 px_=0; in release()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
Dsp_counted_impl.hpp57 X * px_; member in boost::detail::sp_counted_impl_p
66 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()