/third_party/boost/boost/exception/ |
D | exception.hpp | 57 add_ref(); in refcount_ptr() 72 add_ref(); in adopt() 86 add_ref() in add_ref() function in boost::exception_detail::refcount_ptr 89 px_->add_ref(); in add_ref() 168 virtual void add_ref() const = 0;
|
D | info.hpp | 127 add_ref() const in add_ref() function in boost::exception_detail::BOOST_FINAL
|
/third_party/boost/boost/flyweight/ |
D | refcounted.hpp | 96 long add_ref()const{return ++ref;} in add_ref() function in boost::flyweights::detail::refcounted_value 114 if(TrackingHelper::entry(*this).add_ref()==1){ in refcounted_handle() 121 TrackingHelper::entry(*this).add_ref(); in refcounted_handle()
|
/third_party/boost/boost/xpressive/detail/utility/ |
D | counted_base.hpp | 55 static void add_ref(counted_base<Derived> const *that) in add_ref() function 73 counted_base_access<Derived>::add_ref(that); in intrusive_ptr_add_ref()
|
D | tracking_ptr.hpp | 192 void add_ref() in add_ref() function 333 p->add_ref(); in intrusive_ptr_add_ref()
|
/third_party/boost/boost/smart_ptr/ |
D | intrusive_ptr.hpp | 67 intrusive_ptr( T * p, bool add_ref = true ): px( p ) in intrusive_ptr() argument 69 if( px != 0 && add_ref ) intrusive_ptr_add_ref( px ); in intrusive_ptr() 174 void reset( T * rhs, bool add_ref ) in reset() argument 176 this_type( rhs, add_ref ).swap( *this ); in reset()
|
D | local_shared_ptr.hpp | 253 pn->add_ref(); in local_shared_ptr() 279 pn->add_ref(); in local_shared_ptr() 306 pn->add_ref(); in local_shared_ptr()
|
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/ |
D | onnx_gelu_fusion.cc | 57 VectorRef add_ref({is_add, erf_ref, add_y_}); in DefinePattern() local 63 VectorRef mul2_ref({is_mul2, mul1_ref, add_ref}); in DefinePattern()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | irel.h | 65 errcode_t (*add_ref)(ext2_irel irel, ext2_ino_t ino, member 109 #define ext2fs_irel_add_ref(irel, ino, ref) ((irel)->add_ref((irel), ino, ref))
|
D | irel_ma.c | 125 irel->add_ref = ima_add_ref; in ext2fs_irel_memarray_create()
|
/third_party/boost/libs/smart_ptr/doc/smart_ptr/ |
D | intrusive_ptr.adoc | 52 intrusive_ptr(T * p, bool add_ref = true); 71 void reset(T * r, bool add_ref); 145 intrusive_ptr(T * p, bool add_ref = true); 151 Effects:: `if(p != 0 && add_ref) intrusive_ptr_add_ref(p);`. 244 void reset(T * r, bool add_ref); 251 Equivalent to `intrusive_ptr(r, add_ref).swap(*this)`.
|
/third_party/cef/libcef_dll/ctocpp/ |
D | ctocpp_ref_counted.h | 68 if (base->add_ref) in UnderlyingAddRef() 69 base->add_ref(base); in UnderlyingAddRef()
|
/third_party/boost/boost/accumulators/framework/accumulators/ |
D | droppable_accumulator.hpp | 42 acc.add_ref(this->args_); in operator ()() 134 void add_ref(Args const &) in add_ref() function
|
/third_party/boost/boost/accumulators/framework/ |
D | accumulator_base.hpp | 50 detail::void_ add_ref(dont_care) in add_ref() function
|
/third_party/boost/boost/statechart/detail/ |
D | counted_base.hpp | 72 void add_ref() const in add_ref() function in boost::statechart::detail::counted_base
|
D | state_base.hpp | 161 pBase->add_ref(); in intrusive_ptr_add_ref()
|
/third_party/boost/boost/interprocess/smart_ptr/ |
D | intrusive_ptr.hpp | 88 intrusive_ptr(const pointer &p, bool add_ref = true) BOOST_NOEXCEPT in intrusive_ptr() argument 91 if(m_ptr != 0 && add_ref) intrusive_ptr_add_ref(ipcdetail::to_raw_pointer(m_ptr)); in intrusive_ptr()
|
/third_party/cef/include/capi/ |
D | cef_base_capi.h | 59 void(CEF_CALLBACK* add_ref)(struct _cef_base_ref_counted_t* self);
|
/third_party/boost/libs/smart_ptr/test/ |
D | intrusive_ptr_move_test.cpp | 84 void add_ref() const in add_ref() function in N::base 108 p->add_ref(); in intrusive_ptr_add_ref()
|
/third_party/boost/boost/statechart/ |
D | event_base.hpp | 84 pBase->add_ref(); in intrusive_ptr_add_ref()
|
/third_party/boost/boost/smart_ptr/detail/ |
D | local_counted_base.hpp | 61 void add_ref() BOOST_SP_NOEXCEPT in add_ref() function in boost::detail::local_counted_base
|
/third_party/boost/libs/exception/test/ |
D | refcount_ptr_test.cpp | 26 add_ref() in add_ref() function
|
/third_party/flatbuffers/include/flatbuffers/ |
D | grpc.h | 37 Message(grpc_slice slice, bool add_ref) in Message() argument 38 : slice_(add_ref ? grpc_slice_ref(slice) : slice) {} in Message()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | cpptoc_ref_counted.h | 104 base->add_ref = struct_add_ref; in CefCppToCRefCounted()
|
/third_party/boost/libs/interprocess/test/ |
D | intrusive_ptr_test.cpp | 57 void add_ref() in add_ref() function in N::base 71 { p->add_ref(); } in intrusive_ptr_add_ref()
|