Home
last modified time | relevance | path

Searched refs:add_ref (Results 1 – 25 of 28) sorted by relevance

12

/third_party/boost/boost/exception/
Dexception.hpp57 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;
Dinfo.hpp127 add_ref() const in add_ref() function in boost::exception_detail::BOOST_FINAL
/third_party/boost/boost/flyweight/
Drefcounted.hpp96 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/
Dcounted_base.hpp55 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()
Dtracking_ptr.hpp192 void add_ref() in add_ref() function
333 p->add_ref(); in intrusive_ptr_add_ref()
/third_party/boost/boost/smart_ptr/
Dintrusive_ptr.hpp67 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()
Dlocal_shared_ptr.hpp253 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/
Donnx_gelu_fusion.cc57 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/
Direl.h65 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))
Direl_ma.c125 irel->add_ref = ima_add_ref; in ext2fs_irel_memarray_create()
/third_party/boost/libs/smart_ptr/doc/smart_ptr/
Dintrusive_ptr.adoc52 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/
Dctocpp_ref_counted.h68 if (base->add_ref) in UnderlyingAddRef()
69 base->add_ref(base); in UnderlyingAddRef()
/third_party/boost/boost/accumulators/framework/accumulators/
Ddroppable_accumulator.hpp42 acc.add_ref(this->args_); in operator ()()
134 void add_ref(Args const &) in add_ref() function
/third_party/boost/boost/accumulators/framework/
Daccumulator_base.hpp50 detail::void_ add_ref(dont_care) in add_ref() function
/third_party/boost/boost/statechart/detail/
Dcounted_base.hpp72 void add_ref() const in add_ref() function in boost::statechart::detail::counted_base
Dstate_base.hpp161 pBase->add_ref(); in intrusive_ptr_add_ref()
/third_party/boost/boost/interprocess/smart_ptr/
Dintrusive_ptr.hpp88 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/
Dcef_base_capi.h59 void(CEF_CALLBACK* add_ref)(struct _cef_base_ref_counted_t* self);
/third_party/boost/libs/smart_ptr/test/
Dintrusive_ptr_move_test.cpp84 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/
Devent_base.hpp84 pBase->add_ref(); in intrusive_ptr_add_ref()
/third_party/boost/boost/smart_ptr/detail/
Dlocal_counted_base.hpp61 void add_ref() BOOST_SP_NOEXCEPT in add_ref() function in boost::detail::local_counted_base
/third_party/boost/libs/exception/test/
Drefcount_ptr_test.cpp26 add_ref() in add_ref() function
/third_party/flatbuffers/include/flatbuffers/
Dgrpc.h37 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/
Dcpptoc_ref_counted.h104 base->add_ref = struct_add_ref; in CefCppToCRefCounted()
/third_party/boost/libs/interprocess/test/
Dintrusive_ptr_test.cpp57 void add_ref() in add_ref() function in N::base
71 { p->add_ref(); } in intrusive_ptr_add_ref()

12