Home
last modified time | relevance | path

Searched refs:intrusive_ptr_add_ref (Results 1 – 25 of 42) sorted by relevance

12

/third_party/boost/boost/smart_ptr/
Dintrusive_ref_counter.hpp95 void intrusive_ptr_add_ref(const intrusive_ref_counter< DerivedT, CounterPolicyT >* p) BOOST_SP_NOE…
159 …friend void intrusive_ptr_add_ref< DerivedT, CounterPolicyT >(const intrusive_ref_counter< Derived…
164 inline void intrusive_ptr_add_ref(const intrusive_ref_counter< DerivedT, CounterPolicyT >* p) BOOST… in intrusive_ptr_add_ref() function
Dintrusive_ptr.hpp69 if( px != 0 && add_ref ) intrusive_ptr_add_ref( px ); in intrusive_ptr()
86 if( px != 0 ) intrusive_ptr_add_ref( px ); in intrusive_ptr()
93 if( px != 0 ) intrusive_ptr_add_ref( px ); in intrusive_ptr()
/third_party/boost/tools/quickbook/src/
Dvalues.cpp76 intrusive_ptr_add_ref(&instance); in value_list_end_impl()
139 intrusive_ptr_add_ref(&instance); in value_nil_impl()
177 intrusive_ptr_add_ref(value_); in value_counted()
182 intrusive_ptr_add_ref(value_); in value_counted()
187 intrusive_ptr_add_ref(value_); in value_counted()
192 intrusive_ptr_add_ref(value_); in value_counted()
535 intrusive_ptr_add_ref(*back); in list_ref_back()
545 intrusive_ptr_add_ref(ptr); in list_ref()
738 intrusive_ptr_add_ref(item); in append()
/third_party/boost/libs/smart_ptr/doc/smart_ptr/
Dintrusive_ref_counter.adoc21 base class has associated `intrusive_ptr_add_ref` and `intrusive_ptr_release`
65 void intrusive_ptr_add_ref(
131 ### intrusive_ptr_add_ref
135 void intrusive_ptr_add_ref(
Dintrusive_ptr.adoc20 function `intrusive_ptr_add_ref`, passing it the pointer as an argument. Similarly, when an `intrus…
23 On compilers that support argument-dependent lookup, `intrusive_ptr_add_ref` and `intrusive_ptr_rel…
151 Effects:: `if(p != 0 && add_ref) intrusive_ptr_add_ref(p);`.
164 Effects:: `T * p = r.get(); if(p != 0) intrusive_ptr_add_ref(p);`.
/third_party/boost/boost/interprocess/smart_ptr/
Dintrusive_ptr.hpp91 if(m_ptr != 0 && add_ref) intrusive_ptr_add_ref(ipcdetail::to_raw_pointer(m_ptr)); in intrusive_ptr()
99 if(m_ptr != 0) intrusive_ptr_add_ref(ipcdetail::to_raw_pointer(m_ptr)); in intrusive_ptr()
114 if(m_ptr != 0) intrusive_ptr_add_ref(ipcdetail::to_raw_pointer(m_ptr)); in intrusive_ptr()
/third_party/boost/libs/smart_ptr/test/
Dintrusive_ptr_test.cpp73 inline friend void intrusive_ptr_add_ref(base const * p) in intrusive_ptr_add_ref() function
107 inline void intrusive_ptr_add_ref(N::base const * p) in intrusive_ptr_add_ref() function
192 using boost::intrusive_ptr_add_ref; in pointer_constructor()
194 intrusive_ptr_add_ref(p); in pointer_constructor()
603 using boost::intrusive_ptr_add_ref; in test()
605 intrusive_ptr_add_ref( p ); in test()
671 using boost::intrusive_ptr_add_ref; in test()
673 intrusive_ptr_add_ref( p ); in test()
Dip_convertible_test.cpp20 void intrusive_ptr_add_ref( W* ) in intrusive_ptr_add_ref() function
Dip_hash_test2.cpp42 inline friend void intrusive_ptr_add_ref(base * p) in intrusive_ptr_add_ref() function
Dsp_zero_compare_test.cpp22 void intrusive_ptr_add_ref( W* ) in intrusive_ptr_add_ref() function
Dintrusive_ptr_move_test.cpp72 inline friend void intrusive_ptr_add_ref(base const * p) in intrusive_ptr_add_ref() function
106 inline void intrusive_ptr_add_ref(N::base const * p) in intrusive_ptr_add_ref() function
Dip_hash_test.cpp41 inline friend void intrusive_ptr_add_ref(base * p) in intrusive_ptr_add_ref() function
Dintrusive_ref_counter_test.cpp136 intrusive_ptr_add_ref(p); in main()
/third_party/boost/boost/fiber/detail/
Dfss.hpp40 void intrusive_ptr_add_ref( fss_cleanup_function * p) noexcept { in intrusive_ptr_add_ref() function
/third_party/boost/boost/xpressive/detail/utility/
Dcounted_base.hpp71 inline void intrusive_ptr_add_ref(counted_base<Derived> const *that) in intrusive_ptr_add_ref() function
/third_party/boost/boost/statechart/
Devent_base.hpp82 inline void intrusive_ptr_add_ref( const ::boost::statechart::event_base * pBase ) in intrusive_ptr_add_ref() function
/third_party/boost/boost/thread/win32/
Dthread_data.hpp96 void intrusive_ptr_add_ref(thread_data_base * p);
148 friend void intrusive_ptr_add_ref(thread_data_base * p) in intrusive_ptr_add_ref() function
/third_party/boost/libs/interprocess/example/
Ddoc_intrusive.cpp52 inline friend void intrusive_ptr_add_ref(reference_counted_class * p) in intrusive_ptr_add_ref() function
/third_party/boost/boost/statechart/detail/
Dstate_base.hpp158 inline void intrusive_ptr_add_ref( in intrusive_ptr_add_ref() function
/third_party/boost/libs/coroutine2/example/
Dtree.h47 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() function
/third_party/boost/libs/thread/src/win32/
Dthread.cpp227 intrusive_ptr_add_ref(thread_info); in start()
316 intrusive_ptr_add_ref(thread_info.get()); in start_thread_noexcept()
329 intrusive_ptr_add_ref(thread_info.get()); in start_thread_noexcept()
349 intrusive_ptr_add_ref(thread_info.get()); in start_thread_noexcept()
/third_party/boost/boost/fiber/algo/
Dalgorithm.hpp50 friend void intrusive_ptr_add_ref( algorithm * algo) noexcept { in intrusive_ptr_add_ref() function
/third_party/boost/boost/log/core/
Drecord_view.hpp92 … friend void intrusive_ptr_add_ref(const public_data* p) BOOST_NOEXCEPT { ++p->m_ref_counter; } in BOOST_DELETED_FUNCTION()
/third_party/boost/boost/context/
Dpooled_fixedsize_stack.hpp113 friend void intrusive_ptr_add_ref( storage * s) noexcept { in intrusive_ptr_add_ref() function in boost::context::basic_pooled_fixedsize_stack
/third_party/boost/libs/coroutine/example/asymmetric/
Dtree.h49 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() function

12