Home
last modified time | relevance | path

Searched defs:use_count (Results 1 – 25 of 72) sorted by relevance

123

/external/cronet/stable/third_party/libc++/src/include/__memory/
Dshared_count.h97 …_LIBCPP_HIDE_FROM_ABI long use_count() const _NOEXCEPT { return __libcpp_relaxed_load(&__shared_ow… in use_count() function
125 _LIBCPP_HIDE_FROM_ABI long use_count() const _NOEXCEPT { return __shared_count::use_count(); } in use_count() function
/external/cronet/tot/third_party/libc++/src/include/__memory/
Dshared_count.h97 …_LIBCPP_HIDE_FROM_ABI long use_count() const _NOEXCEPT { return __libcpp_relaxed_load(&__shared_ow… in use_count() function
125 _LIBCPP_HIDE_FROM_ABI long use_count() const _NOEXCEPT { return __shared_count::use_count(); } in use_count() function
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_opt_coalesce_ff_writes.c42 uint32_t use_count[c->num_temps]; in qir_opt_coalesce_ff_writes() local
Dvc4_opt_vpm.c45 uint32_t use_count[c->num_temps]; in qir_opt_vpm() local
/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dip_hash_test2.cpp37 long use_count() const in use_count() function in base
Dip_hash_test.cpp36 long use_count() const in use_count() function in base
/external/kmod/testsuite/
Dtest-loaded.c53 int use_count = kmod_module_get_refcnt(mod); in loaded_1() local
/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/detail/
Dsp_counted_base_nt.hpp109 long use_count() const BOOST_SP_NOEXCEPT in use_count() function in boost::detail::sp_counted_base
Dsp_counted_base_w32.hpp130 long use_count() const // nothrow in use_count() function in boost::detail::sp_counted_base
Dsp_counted_base_pt.hpp133 long use_count() const // nothrow in use_count() function in boost::detail::sp_counted_base
Dsp_counted_base_std_atomic.hpp137 long use_count() const BOOST_SP_NOEXCEPT in use_count() function in boost::detail::sp_counted_base
Dsp_counted_base_aix.hpp142 long use_count() const // nothrow in use_count() function in boost::detail::sp_counted_base
Dsp_counted_base_vacpp_ppc.hpp153 long use_count() const // nothrow in use_count() function in boost::detail::sp_counted_base
Dsp_counted_base_gcc_atomic.hpp138 long use_count() const // nothrow in use_count() function in boost::detail::sp_counted_base
Dsp_counted_base_cw_ppc.hpp173 long use_count() const // nothrow in use_count() function in boost::detail::sp_counted_base
Dsp_counted_base_acc_ia64.hpp153 long use_count() const // nothrow in use_count() function in boost::detail::sp_counted_base
Dsp_counted_base_sync.hpp155 long use_count() const // nothrow in use_count() function in boost::detail::sp_counted_base
Dsp_counted_base_gcc_ppc.hpp184 long use_count() const // nothrow in use_count() function in boost::detail::sp_counted_base
Dsp_counted_base_gcc_ia64.hpp160 long use_count() const // nothrow in use_count() function in boost::detail::sp_counted_base
Dsp_counted_base_gcc_x86.hpp176 long use_count() const // nothrow in use_count() function in boost::detail::sp_counted_base
/external/kmod/tools/
Dlsmod.c62 int use_count = kmod_module_get_refcnt(mod); in do_lsmod() local
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__memory/
Dshared_ptr.h162 …_LIBCPP_HIDE_FROM_ABI long use_count() const _NOEXCEPT { return __libcpp_relaxed_load(&__shared_ow… in use_count() function
190 _LIBCPP_HIDE_FROM_ABI long use_count() const _NOEXCEPT { return __shared_count::use_count(); } in use_count() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__memory/
Dshared_ptr.h162 …_LIBCPP_HIDE_FROM_ABI long use_count() const _NOEXCEPT { return __libcpp_relaxed_load(&__shared_ow… in use_count() function
190 _LIBCPP_HIDE_FROM_ABI long use_count() const _NOEXCEPT { return __shared_count::use_count(); } in use_count() function
/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/detail/
Dshared_count_132.hpp168 long use_count() const // nothrow in use_count() function in boost_132::detail::sp_counted_base
411 long use_count() const // nothrow in use_count() function in boost_132::detail::shared_count
514 long use_count() const // nothrow in use_count() function in boost_132::detail::weak_count
/external/pigweed/pw_intrusive_ptr/public/pw_intrusive_ptr/
Dintrusive_ptr.h116 int32_t use_count() const { return ptr_ ? ptr_->ref_count() : 0; } in use_count() function

123