HomeSort by relevance Sort by last modified time
    Searched defs:use_count (Results 1 - 21 of 21) sorted by null

  /cts/tools/dasm/src/java_cup/
symbol.java 71 public int use_count() {return _use_count;} method in class:symbol
  /external/webrtc/webrtc/voice_engine/
channel_manager.h 58 int use_count() const { return channel_ref_->ref_count.Value(); } function in class:webrtc::voe::ChannelOwner
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_counted_base_gcc_mips.hpp 171 long use_count() const // nothrow function in class:boost::detail::sp_counted_base
sp_counted_base_spin.hpp 120 long use_count() const // nothrow function in class:boost::detail::sp_counted_base
shared_count.hpp 331 explicit shared_count(weak_count const & r); // throws bad_weak_ptr when r.use_count() == 0
332 shared_count( weak_count const & r, sp_nothrow_tag ); // constructs an empty *this when r.use_count() == 0
355 long use_count() const // nothrow function in class:boost::detail::shared_count
357 return pi_ != 0? pi_->use_count(): 0;
362 return use_count() == 1;
481 long use_count() const // nothrow function in class:boost::detail::weak_count
483 return pi_ != 0? pi_->use_count(): 0;
sp_counted_base_gcc_x86.hpp 163 long use_count() const // nothrow function in class:boost::detail::sp_counted_base
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_array.hpp 123 long use_count() const // never throws function in class:boost::shared_array
125 return pn.use_count();
shared_ptr.hpp 441 long use_count() const // never throws function in class:boost::shared_ptr
443 return pn.use_count();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.cc 24 atomic_uint32_t hash_and_use_count; // hash_bits : 12; use_count : 20;
91 int StackDepotHandle::use_count() { function in class:__sanitizer::StackDepotHandle
  /external/v8/src/compiler/
node.cc 240 int use_count = 0; local
242 ++use_count;
244 return use_count;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 588 // Postcondition: use_count() == 1 and __r.get() == 0
693 use_count() const // never throws function in class:tr1::__shared_ptr
872 // use_count test above.
885 use_count() const // never throws function in class:tr1::__weak_ptr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 588 // Postcondition: use_count() == 1 and __r.get() == 0
693 use_count() const // never throws function in class:tr1::__shared_ptr
872 // use_count test above.
885 use_count() const // never throws function in class:tr1::__weak_ptr
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
shared_ptr.h 588 // Postcondition: use_count() == 1 and __r.get() == 0
693 use_count() const // never throws function in class:tr1::__shared_ptr
872 // use_count test above.
885 use_count() const // never throws function in class:tr1::__weak_ptr
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
shared_ptr.h 588 // Postcondition: use_count() == 1 and __r.get() == 0
693 use_count() const // never throws function in class:tr1::__shared_ptr
872 // use_count test above.
885 use_count() const // never throws function in class:tr1::__weak_ptr
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 77 size_t use_count() const { return m_nCount; } function in class:CPDF_CountedObject
  /toolchain/binutils/binutils-2.25/bfd/
elf64-alpha.c 126 int use_count;
124 int use_count; member in struct:alpha_elf_got_entry
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 

Completed in 597 milliseconds