/third_party/boost/boost/smart_ptr/ |
D | intrusive_ref_counter.hpp | 95 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
|
D | intrusive_ptr.hpp | 69 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/ |
D | values.cpp | 76 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/ |
D | intrusive_ref_counter.adoc | 21 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(
|
D | intrusive_ptr.adoc | 20 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/ |
D | intrusive_ptr.hpp | 91 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/ |
D | intrusive_ptr_test.cpp | 73 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()
|
D | ip_convertible_test.cpp | 20 void intrusive_ptr_add_ref( W* ) in intrusive_ptr_add_ref() function
|
D | ip_hash_test2.cpp | 42 inline friend void intrusive_ptr_add_ref(base * p) in intrusive_ptr_add_ref() function
|
D | sp_zero_compare_test.cpp | 22 void intrusive_ptr_add_ref( W* ) in intrusive_ptr_add_ref() function
|
D | intrusive_ptr_move_test.cpp | 72 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
|
D | ip_hash_test.cpp | 41 inline friend void intrusive_ptr_add_ref(base * p) in intrusive_ptr_add_ref() function
|
D | intrusive_ref_counter_test.cpp | 136 intrusive_ptr_add_ref(p); in main()
|
/third_party/boost/boost/fiber/detail/ |
D | fss.hpp | 40 void intrusive_ptr_add_ref( fss_cleanup_function * p) noexcept { in intrusive_ptr_add_ref() function
|
/third_party/boost/boost/xpressive/detail/utility/ |
D | counted_base.hpp | 71 inline void intrusive_ptr_add_ref(counted_base<Derived> const *that) in intrusive_ptr_add_ref() function
|
/third_party/boost/boost/statechart/ |
D | event_base.hpp | 82 inline void intrusive_ptr_add_ref( const ::boost::statechart::event_base * pBase ) in intrusive_ptr_add_ref() function
|
/third_party/boost/boost/thread/win32/ |
D | thread_data.hpp | 96 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/ |
D | doc_intrusive.cpp | 52 inline friend void intrusive_ptr_add_ref(reference_counted_class * p) in intrusive_ptr_add_ref() function
|
/third_party/boost/boost/statechart/detail/ |
D | state_base.hpp | 158 inline void intrusive_ptr_add_ref( in intrusive_ptr_add_ref() function
|
/third_party/boost/libs/coroutine2/example/ |
D | tree.h | 47 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() function
|
/third_party/boost/libs/thread/src/win32/ |
D | thread.cpp | 227 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/ |
D | algorithm.hpp | 50 friend void intrusive_ptr_add_ref( algorithm * algo) noexcept { in intrusive_ptr_add_ref() function
|
/third_party/boost/boost/log/core/ |
D | record_view.hpp | 92 … 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/ |
D | pooled_fixedsize_stack.hpp | 113 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/ |
D | tree.h | 49 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() function
|