HomeSort by relevance Sort by last modified time
    Searched refs:use_count (Results 26 - 50 of 90) sorted by null

12 3 4

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/
swap.pass.cpp 41 assert(w1.use_count() == 1);
43 assert(w2.use_count() == 1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/
swap.pass.cpp 41 assert(w1.use_count() == 1);
43 assert(w2.use_count() == 1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
lock.pass.cpp 35 assert(sp.use_count() == 0);
43 assert(sp.use_count() == 2);
53 assert(sp.use_count() == 0);
  /cts/tools/dasm/src/java_cup/
symbol.java 71 public int use_count() {return _use_count;} method in class:symbol
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/
auto_ptr_Y.pass.cpp 53 assert(pB.use_count() == 1);
70 assert(pB.use_count() == 1);
87 assert(pB.use_count() == 1);
104 assert(pB.use_count() == 1);
unique_ptr_Y.pass.cpp 53 assert(pB.use_count() == 1);
70 assert(pB.use_count() == 1);
87 assert(pB.use_count() == 1);
104 assert(pB.use_count() == 1);
  /external/chromium/chrome/browser/net/
referrer.h 105 int64 use_count() const { return use_count_; } function in class:chrome_browser_net::Referrer
  /external/chromium_org/chrome/browser/net/
referrer.h 105 int64 use_count() const { return use_count_; } function in class:chrome_browser_net::Referrer
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/
dynamic_pointer_cast.pass.cpp 55 assert(pA.use_count() == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
nullptr_t_deleter.pass.cpp 36 assert(p.use_count() == 1);
nullptr_t_deleter_allocator.pass.cpp 35 assert(p.use_count() == 1);
pointer_deleter.pass.cpp 37 assert(p.use_count() == 1);
pointer_deleter_allocator.pass.cpp 36 assert(p.use_count() == 1);
unique_ptr.pass.cpp 64 assert(p.use_count() == 1);
weak_ptr.pass.cpp 60 assert(sp.use_count() == 2);
auto_ptr.pass.cpp 68 assert(p.use_count() == 1);
  /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_gcc_x86.hpp 163 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;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/
reset_pointer_deleter.pass.cpp 51 assert(p.use_count() == 1);
68 assert(p.use_count() == 1);
reset_pointer_deleter_allocator.pass.cpp 52 assert(p.use_count() == 1);
73 assert(p.use_count() == 1);
  /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();
  /external/qemu/
kvm.h 108 int use_count; member in struct:kvm_sw_breakpoint
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
rawmidi.h 95 int use_count; /* use counter (for output) */ member in struct:snd_rawmidi_substream

Completed in 711 milliseconds

12 3 4